Bump github.com/fullstorydev/grpcurl from 1.9.3 to 1.9.4 - #447
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump github.com/fullstorydev/grpcurl from 1.9.3 to 1.9.4#447dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [github.com/fullstorydev/grpcurl](https://github.com/fullstorydev/grpcurl) from 1.9.3 to 1.9.4. - [Release notes](https://github.com/fullstorydev/grpcurl/releases) - [Commits](fullstorydev/grpcurl@v1.9.3...v1.9.4) --- updated-dependencies: - dependency-name: github.com/fullstorydev/grpcurl dependency-version: 1.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github.com/fullstorydev/grpcurl from 1.9.3 to 1.9.4.
Release notes
Sourced from github.com/fullstorydev/grpcurl's releases.
... (truncated)
Commits
cf21d4aupdate release to cut and upload via gh actions (#580)8568146fix: preserve wrapped request and descriptor errors (#579)7884ecbremove old SA1019 lint:ignore (#577)aba598cgo mod update (#578)4bb0f33Bump google.golang.org/protobuf from 1.36.11 to 1.36.12 (#576)5f2d0c2remove old SA1019 lint:ignore (#574)6be36baFix path traversal attack in-proto-out-dir(#573)353acfeFix flaky TLS test by waiting for dial outcome before closing connection (#572)04bf23bdocs: fix typo "foor" -> "foo" in README example (#571)1a48043Bump golang.org/x/net in the go_modules group across 1 directory (#569)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Medium Risk
grpcurl sits on the RPC/descriptor path; a minor bump can change TLS, dialing, and error behavior even though this PR touches only module files.
Overview
This PR only updates dependency pins:
github.com/fullstorydev/grpcurlmoves from v1.9.3 to v1.9.4 ingo.mod, with matching checksum lines ingo.sum. There are no changes to grpcui source.Because grpcui builds on grpcurl for descriptor resolution and header handling (e.g.
grpcurl.DescriptorSource,grpcurl.ExpandHeadersincmd/grpcui/grpcui.go), runtime behavior can shift with whatever shipped in grpcurl 1.9.4 (upstream TLS/gRPC connection handling, dependency security bumps, and related fixes)—without any edits in this repo.Reviewed by Cursor Bugbot for commit 19ae1aa. Bugbot is set up for automated code reviews on this repo. Configure here.