-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump tonic-build from 0.9.2 to 0.12.2 #405
Conversation
Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.9.2 to 0.12.2. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.9.2...v0.12.2) --- updated-dependencies: - dependency-name: tonic-build dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
WalkthroughThe change involves an update to the Changes
Sequence Diagram(s)(No sequence diagram generated as the changes are not complex enough to require one.) Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
DryRun Security SummaryThe pull request primarily focuses on updating dependencies in the Bulwark security engine project, with the most significant change being the update of the Expand for full summarySummary: The changes in this pull request are primarily focused on updating dependencies in the Bulwark security engine project. The most significant change is the update to the Additionally, the Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (1)
crates/ext-processor/Cargo.toml (1)
43-43
: Update version references fortonic-build
in configuration files.The
tonic-build
version has been updated to0.12.2
inCargo.toml
, butsupply-chain/config.toml
anddeny.toml
still reference version0.9.2
. Update these files to ensure consistency:
supply-chain/config.toml
: Update version to0.12.2
.deny.toml
: Update version to0.12.2
.Analysis chain
Verify the impact of the
tonic-build
dependency update.The update from version 0.9.2 to 0.12.2 includes new features, bug fixes, and potential breaking changes. Ensure that the project is compatible with the new version and that any breaking changes are handled.
Run the following script to check for any breaking changes or compatibility issues:
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the impact of the `tonic-build` dependency update. # Test: Check for any breaking changes or compatibility issues. cargo checkLength of output: 86
Script:
#!/bin/bash # Search for instances where `tonic-build` is used in the codebase. rg 'tonic-build' -A 5Length of output: 1184
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
Cargo.lock
is excluded by!**/*.lock
Files selected for processing (1)
- crates/ext-processor/Cargo.toml (1 hunks)
Superseded by #414. |
Bumps tonic-build from 0.9.2 to 0.12.2.
Release notes
Sourced from tonic-build's releases.
... (truncated)
Changelog
Sourced from tonic-build's changelog.
... (truncated)
Commits
82a856f
chore: prepare 0.12.2 release (#1881)4befdce
chore(router): Allow unreachable patterns (#1890)8d6d46b
tonic-reflection: add back support for v1alpha reflection protocol (#1888)4c9356c
chore(examples): Call Routes::prepare (#1857)c3be20c
server: unify accept error handling (#1882)f321d6a
fix(web): fix empty trailer parsing causing infinite parser loop (#1883)46d8c2d
fix(tonic-web): fix panic caused in trailer parsing when there is more than o...22475d8
fix(tonic-build,tonic) Add back TLS handling in genereatedClient::connect
...086bcd2
server: allow setting max_header_list_size (#1870)7fb40a9
chore: Remove unnecessary static lifetime (#1877)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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by CodeRabbit
tonic-build
dependency to version0.12.2
, which may enhance the build process and introduce new features or improvements.