Skip to content

Commit

Permalink
fix(deps): update module connectrpc.com/connect to v1.11.1 (#127)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [connectrpc.com/connect](https://togithub.com/connectrpc/connect-go) | require | patch | `v1.11.0` -> `v1.11.1` |

---

### Release Notes

<details>
<summary>connectrpc/connect-go (connectrpc.com/connect)</summary>

### [`v1.11.1`](https://togithub.com/connectrpc/connect-go/releases/tag/v1.11.1)

[Compare Source](https://togithub.com/connectrpc/connect-go/compare/v1.11.0...v1.11.1)

<!-- Release notes generated using configuration in .github/release.yml at main -->

#### What's Changed

##### Bugfixes

-   Prefer t.Cleanup to close test servers by [@&#8203;akshayjshah](https://togithub.com/akshayjshah) in [https://github.com/connectrpc/connect-go/pull/573](https://togithub.com/connectrpc/connect-go/pull/573)
-   Set X-User-Agent in gRPC-Web clients by [@&#8203;akshayjshah](https://togithub.com/akshayjshah) in [https://github.com/connectrpc/connect-go/pull/572](https://togithub.com/connectrpc/connect-go/pull/572)
-   Reuse buffers when marshaling in unary Connect protocol by [@&#8203;jhump](https://togithub.com/jhump) in [https://github.com/connectrpc/connect-go/pull/561](https://togithub.com/connectrpc/connect-go/pull/561)
-   Eliminate preallocation for enveloped protocols by [@&#8203;akshayjshah](https://togithub.com/akshayjshah) in [https://github.com/connectrpc/connect-go/pull/574](https://togithub.com/connectrpc/connect-go/pull/574)

##### Other changes

-   Various docs, Makefile, and tooling cleanups by [@&#8203;akshayjshah](https://togithub.com/akshayjshah) and [@&#8203;rubensf](https://togithub.com/rubensf) in [https://github.com/connectrpc/connect-go/pull/554](https://togithub.com/connectrpc/connect-go/pull/554),  [https://github.com/connectrpc/connect-go/pull/556](https://togithub.com/connectrpc/connect-go/pull/556), [https://github.com/connectrpc/connect-go/pull/562](https://togithub.com/connectrpc/connect-go/pull/562), [https://github.com/connectrpc/connect-go/pull/565](https://togithub.com/connectrpc/connect-go/pull/565), [https://github.com/connectrpc/connect-go/pull/567](https://togithub.com/connectrpc/connect-go/pull/567), [https://github.com/connectrpc/connect-go/pull/569](https://togithub.com/connectrpc/connect-go/pull/569), and [https://github.com/connectrpc/connect-go/pull/568](https://togithub.com/connectrpc/connect-go/pull/568)
-   Include Go 1.21.0 in CI by [@&#8203;akshayjshah](https://togithub.com/akshayjshah) in [https://github.com/connectrpc/connect-go/pull/566](https://togithub.com/connectrpc/connect-go/pull/566)

**Full Changelog**: connectrpc/connect-go@v1.11.0...v1.11.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ride-app/driver-service).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
  • Loading branch information
renovate[bot] authored Oct 6, 2023
1 parent b56cb79 commit a773e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
buf.build/gen/go/ride/wallet/connectrpc/go v1.11.0-20230713133935-94c2e35c4162.1
buf.build/gen/go/ride/wallet/protocolbuffers/go v1.31.0-20230713133935-94c2e35c4162.1
cloud.google.com/go/firestore v1.13.0
connectrpc.com/connect v1.11.0
connectrpc.com/connect v1.11.1
firebase.google.com/go/v4 v4.12.1
github.com/MicahParks/keyfunc/v2 v2.1.0
github.com/envoyproxy/protoc-gen-validate v0.10.1
Expand Down

0 comments on commit a773e78

Please sign in to comment.