fix(deps): update module connectrpc.com/connect to v1.14.0 (#1108)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [connectrpc.com/connect](https://togithub.com/connectrpc/connect-go) | `v1.13.0` -> `v1.14.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>connectrpc/connect-go (connectrpc.com/connect)</summary> ### [`v1.14.0`](https://togithub.com/connectrpc/connect-go/releases/tag/v1.14.0) [Compare Source](https://togithub.com/connectrpc/connect-go/compare/v1.13.0...v1.14.0) #### What's Changed ##### Security - Update `google.golang.org/protobuf` to v1.32.0 to fix a security vulnerability in `protojson` thanks to [@​jhump](https://togithub.com/jhump) in [#​660](https://togithub.com/connectrpc/connect-go/issues/660). For more information, refer to the [protobuf v1.32.0](https://togithub.com/protocolbuffers/protobuf-go/releases/tag/v1.32.0) release notes. ##### Bugfixes - Resolved an issue where the `ErrorWriter` misclassified GET requests by [@​emcfarlane](https://togithub.com/emcfarlane) in [#​654](https://togithub.com/connectrpc/connect-go/issues/654) **Full Changelog**: https://github.com/connectrpc/connect-go/compare/v1.13.0...v1.14.0 </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/open-feature/flagd). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e0d3b34aa2
commit
0a41acae08
|
|
@ -6,7 +6,7 @@ require (
|
|||
buf.build/gen/go/open-feature/flagd/connectrpc/go v1.12.0-20231031123731-ac2ec0f39838.1
|
||||
buf.build/gen/go/open-feature/flagd/grpc/go v1.3.0-20231031123731-ac2ec0f39838.2
|
||||
buf.build/gen/go/open-feature/flagd/protocolbuffers/go v1.31.0-20231031123731-ac2ec0f39838.2
|
||||
connectrpc.com/connect v1.13.0
|
||||
connectrpc.com/connect v1.14.0
|
||||
connectrpc.com/otelconnect v0.6.0
|
||||
github.com/diegoholiveira/jsonlogic/v3 v3.4.0
|
||||
github.com/fsnotify/fsnotify v1.7.0
|
||||
|
|
|
|||
|
|
@ -396,6 +396,8 @@ cloud.google.com/go/workflows v1.8.0/go.mod h1:ysGhmEajwZxGn1OhGOGKsTXc5PyxOc0vf
|
|||
cloud.google.com/go/workflows v1.9.0/go.mod h1:ZGkj1aFIOd9c8Gerkjjq7OW7I5+l6cSvT3ujaO/WwSA=
|
||||
connectrpc.com/connect v1.13.0 h1:lGs5maZZzWOOD+PFFiOt5OncKmMsk9ZdPwpy5jcmaYg=
|
||||
connectrpc.com/connect v1.13.0/go.mod h1:uHAFHtYgeSZJxXrkN1IunDpKghnTXhYbVh0wW4StPW0=
|
||||
connectrpc.com/connect v1.14.0 h1:PDS+J7uoz5Oui2VEOMcfz6Qft7opQM9hPiKvtGC01pA=
|
||||
connectrpc.com/connect v1.14.0/go.mod h1:uoAq5bmhhn43TwhaKdGKN/bZcGtzPW1v+ngDTn5u+8s=
|
||||
connectrpc.com/otelconnect v0.6.0 h1:VJAdQL9+sgdUw9+7+J+jq8pQo/h1S7tSFv2+vDcR7bU=
|
||||
connectrpc.com/otelconnect v0.6.0/go.mod h1:jdcs0uiwXQVmSMgTJ2dAaWR5VbpNd7QKNkuoH7n86RA=
|
||||
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
|
||||
|
|
|
|||
Loading…
Reference in New Issue