Skip to content

chore: update tonic-build requirement from 0.13 to 0.14#145

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tonic-build-0.14
Open

chore: update tonic-build requirement from 0.13 to 0.14#145
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tonic-build-0.14

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 17, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on tonic-build to permit the latest version.

Release notes

Sourced from tonic-build's releases.

tonic-build-v0.14.6

Other

  • update rust edition and version to 2024 and 1.88, respectively (#2525)
Commits
  • 6cb6056 chore: release v0.14.6 (#2624)
  • efde924 grpc: change helloworld example to pass request as a view (#2632)
  • d47b001 transport: add max_frame_size to client Endpoint (#2592)
  • 02c01c7 Allow setting the HTTP/2 client header table size (#2582)
  • 3185354 examples: add grpc version of helloworld (#2630)
  • f585303 fix(grpc): Fix grpc-google build (#2628)
  • ff7bcbb feat(grpc): Google call credentials (#2610)
  • f93037b feat(tonic-xds): make XdsChannelGrpc Sync (#2627)
  • d834beb grpc: Update Status to be a Result<> and make StatusErr which holds non-OK co...
  • 2392224 grpc: add route_guide example and make minor tweaks to the generated code API...
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 17, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1971c0a39a

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread Cargo.toml
toml = "0.8"
tonic = { version = "0.13", features = ["transport", "codegen", "tls-native-roots"] }
tonic-build = "0.13"
tonic-build = "0.14"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep proto generation on a compatible crate

In this workspace the proto build script still calls tonic_build::configure().compile_protos_with_config(...) in crates/common/proto/build.rs, but tonic-build 0.14 moved prost/protobuf compilation to tonic-prost-build (see the 0.14 docs: https://docs.rs/tonic-build/latest/tonic_build/). With only this version bump, building databend-meta-proto fails when compiling the build script because the configured prost builder API is no longer provided by tonic_build; either keep tonic-build on 0.13 or migrate the build dependency and build script to tonic-prost-build with matching tonic/prost versions.

Useful? React with 👍 / 👎.

@dependabot dependabot Bot force-pushed the dependabot/cargo/tonic-build-0.14 branch 2 times, most recently from d0b6a8e to 46eb10a Compare May 20, 2026 13:19
@dependabot dependabot Bot force-pushed the dependabot/cargo/tonic-build-0.14 branch from 46eb10a to b6d2be2 Compare May 27, 2026 13:35
@dependabot dependabot Bot force-pushed the dependabot/cargo/tonic-build-0.14 branch from b6d2be2 to 9e7fef9 Compare June 8, 2026 06:42
Updates the requirements on [tonic-build](https://github.com/hyperium/tonic) to permit the latest version.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/grpc/grpc-rust/blob/master/CHANGELOG.md)
- [Commits](grpc/grpc-rust@v0.13.0...tonic-build-v0.14.6)

---
updated-dependencies:
- dependency-name: tonic-build
  dependency-version: 0.14.6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/tonic-build-0.14 branch from 9e7fef9 to 09efe83 Compare June 8, 2026 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants