build(deps): bump the tonic-stack group across 1 directory with 3 updates - #37
Open
dependabot[bot] wants to merge 2 commits into
Open
build(deps): bump the tonic-stack group across 1 directory with 3 updates#37dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
dependabot
Bot
force-pushed
the
dependabot/cargo/tonic-stack-8ccf0776d6
branch
5 times, most recently
from
September 2, 2026 14:17
a70f548 to
dd72940
Compare
…ates Bumps the tonic-stack group with 3 updates in the / directory: [tonic](https://github.com/hyperium/tonic), [tonic-build](https://github.com/hyperium/tonic) and [prost](https://github.com/tokio-rs/prost). Updates `tonic` from 0.12.3 to 0.14.6 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/grpc/grpc-rust/blob/master/CHANGELOG.md) - [Commits](grpc/grpc-rust@v0.12.3...tonic-v0.14.6) Updates `tonic-build` from 0.12.3 to 0.14.6 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/grpc/grpc-rust/blob/master/CHANGELOG.md) - [Commits](grpc/grpc-rust@v0.12.3...tonic-build-v0.14.6) Updates `prost` from 0.13.5 to 0.14.4 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.13.5...v0.14.4) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tonic-stack - dependency-name: tonic dependency-version: 0.14.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tonic-stack - dependency-name: tonic-build dependency-version: 0.14.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tonic-stack ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/tonic-stack-8ccf0776d6
branch
from
September 2, 2026 15:32
dd72940 to
a24a56f
Compare
…ic-stack bump
tonic-build 0.14 moved proto codegen into a new tonic-prost-build crate
(tonic_build::configure() no longer exists), and its generated code now
calls into a tonic-prost runtime crate for the codec, so both had to be
added alongside tonic-build/prost being dropped from silo-proto's
build-dependencies.
tonic 0.14 also pulls in axum 0.8 for Routes::into_axum_router(), which
no longer satisfies axum::Router's From bound against our axum 0.7.
Bumping silo-server to axum 0.8 in turn required:
- :param/*param route syntax to {param}/{*file} (axum 0.8 renamed the
path-parameter syntax).
- Option<ConnectInfo<T>> no longer implements FromRequestParts on its
own; axum 0.8 only extends the Option<_> extractor blanket impl to
types that implement the new OptionalFromRequestParts trait, and
ConnectInfo does not. Extension does, and ConnectInfo's own extractor
is defined in terms of Extension internally, so
Option<Extension<ConnectInfo<SocketAddr>>> is the equivalent that
still compiles and behaves the same.
Verified locally: cargo build/clippy -D warnings/fmt --check/machete all
pass, the full cargo test --workspace suite passes against a real
Postgres, and ci/e2e.sh passes end-to-end (dnf/apk/npm/pacman/apt, both
direct and pull-through, plus real public-mirror pull-through).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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 the tonic-stack group with 3 updates in the / directory: tonic, tonic-build and prost.
Updates
tonicfrom 0.12.3 to 0.14.6Release notes
Sourced from tonic's releases.
... (truncated)
Changelog
Sourced from tonic's changelog.
Commits
6cb6056chore: release v0.14.6 (#2624)efde924grpc: change helloworld example to pass request as a view (#2632)d47b001transport: add max_frame_size to client Endpoint (#2592)02c01c7Allow setting the HTTP/2 client header table size (#2582)3185354examples: add grpc version of helloworld (#2630)f585303fix(grpc): Fix grpc-google build (#2628)ff7bcbbfeat(grpc): Google call credentials (#2610)f93037bfeat(tonic-xds): make XdsChannelGrpc Sync (#2627)d834bebgrpc: Update Status to be a Result<> and make StatusErr which holds non-OK co...2392224grpc: add route_guide example and make minor tweaks to the generated code API...Updates
tonic-buildfrom 0.12.3 to 0.14.6Release notes
Sourced from tonic-build's releases.
Changelog
Sourced from tonic-build's changelog.
Commits
6cb6056chore: release v0.14.6 (#2624)efde924grpc: change helloworld example to pass request as a view (#2632)d47b001transport: add max_frame_size to client Endpoint (#2592)02c01c7Allow setting the HTTP/2 client header table size (#2582)3185354examples: add grpc version of helloworld (#2630)f585303fix(grpc): Fix grpc-google build (#2628)ff7bcbbfeat(grpc): Google call credentials (#2610)f93037bfeat(tonic-xds): make XdsChannelGrpc Sync (#2627)d834bebgrpc: Update Status to be a Result<> and make StatusErr which holds non-OK co...2392224grpc: add route_guide example and make minor tweaks to the generated code API...Updates
prostfrom 0.13.5 to 0.14.4Changelog
Sourced from prost's changelog.
... (truncated)
Commits
13646cdchore: Release version 0.14.4 (#1437)dad79d5fix(prost-derive): return error for invalid enumeration default identifiers (...b0b6c93ci: Updatecargo clippyto 1.91 (#1435)32cfffbstyle: remove explicit.into_iter()(#1434)2710efdci: Updatecargo clippyto 1.89 (#1433)18ea4e4style: use variables directly informat!()(#1432)2821bd1build(deps): bump actions/upload-artifact from 6 to 7 (#1409)3ce3b39test(groups): Actually constructNestedGroup(#1363)8776405docs: Update changelog for version 0.14.3 (#1431)33d3ef1build: Grab binary path from cargo (#1429)