Skip to content

build(deps): bump tonic-build from 0.12.3 to 0.13.1#23

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

build(deps): bump tonic-build from 0.12.3 to 0.13.1#23
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tonic-build-0.13.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps tonic-build from 0.12.3 to 0.13.1.

Changelog

Sourced from tonic-build's changelog.

NOTE: ths changelog is no longer used and from version v0.13.0 onward we will be using github releases and the changes can be found here.

Commits

Dependabot compatibility score

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 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)

Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.12.3 to 0.13.1.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](grpc/grpc-rust@v0.12.3...v0.13.1)

---
updated-dependencies:
- dependency-name: tonic-build
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 12, 2026
@satyakwok
Copy link
Copy Markdown
Member

Superseded by #25 (Cluster A: full tonic 0.14 + tonic-prost-build coordinated upgrade).

@satyakwok satyakwok closed this May 12, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 12, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/tonic-build-0.13.1 branch May 12, 2026 04:12
satyakwok added a commit that referenced this pull request May 12, 2026
… 0.6→0.7

tonic 0.14 split prost integration into separate `tonic-prost` (runtime)
+ `tonic-prost-build` (codegen) crates. tonic itself no longer exposes
the `prost` feature.

build.rs:
  tonic_build::configure() → tonic_prost_build::configure()
  compile_protos_with_config() → compile_with_config() (renamed in 0.14)

Cargo.toml:
  runtime: drop tonic["prost"] feature, add tonic-prost dep
  build-dep: tonic-build → tonic-prost-build, prost-build 0.13 → 0.14
  tonic-web-wasm-client 0.6 → 0.9 (matches tonic 0.14)
  gloo-net 0.6 → 0.7

The gloo-net bump is required to align the WASM bundle on a single
wasm-streams version. tonic-web-wasm-client 0.9 needs wasm-streams 0.5;
gloo-net 0.6 still pulled wasm-streams 0.4. Rust-lld then hard-failed
with hundreds of duplicate-symbol errors on `__wbindgen_describe_*`
exports because both versions register the same wasm-bindgen functions.
gloo-net 0.7 dropped to wasm-streams 0.5 — single version, link clean.

Verification:
  cargo leptos build --release       (full mainnet bundle, WASM + SSR)
  cargo check --target wasm32        (browser path)

Supersedes #19 (gloo-net), supersedes the earlier #15/#23 already closed.
satyakwok added a commit that referenced this pull request May 12, 2026
… 0.6→0.7 (#25)

tonic 0.14 split prost integration into separate `tonic-prost` (runtime)
+ `tonic-prost-build` (codegen) crates. tonic itself no longer exposes
the `prost` feature.

build.rs:
  tonic_build::configure() → tonic_prost_build::configure()
  compile_protos_with_config() → compile_with_config() (renamed in 0.14)

Cargo.toml:
  runtime: drop tonic["prost"] feature, add tonic-prost dep
  build-dep: tonic-build → tonic-prost-build, prost-build 0.13 → 0.14
  tonic-web-wasm-client 0.6 → 0.9 (matches tonic 0.14)
  gloo-net 0.6 → 0.7

The gloo-net bump is required to align the WASM bundle on a single
wasm-streams version. tonic-web-wasm-client 0.9 needs wasm-streams 0.5;
gloo-net 0.6 still pulled wasm-streams 0.4. Rust-lld then hard-failed
with hundreds of duplicate-symbol errors on `__wbindgen_describe_*`
exports because both versions register the same wasm-bindgen functions.
gloo-net 0.7 dropped to wasm-streams 0.5 — single version, link clean.

Verification:
  cargo leptos build --release       (full mainnet bundle, WASM + SSR)
  cargo check --target wasm32        (browser path)

Supersedes #19 (gloo-net), supersedes the earlier #15/#23 already closed.
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.

1 participant