Skip to content

Commit a0ca1b5

Browse files
fix(deps): update tokio-prost monorepo to 0.14 (#34)
* fix(deps): update tokio-prost monorepo to 0.14 * fix: upgrade tonic to 0.14 to match prost 0.14 The Renovate bot updated prost to 0.14, but tonic 0.12 only supports prost 0.13, causing version conflicts. This commit: - Upgrades tonic from 0.12 to 0.14 - Replaces tonic-build with tonic-prost-build (new in 0.14) - Adds tonic-prost as a runtime dependency - Updates build.rs to use tonic_prost_build::configure() The tonic 0.14 release split protobuf compilation into separate crates: - tonic-prost-build for build-time code generation - tonic-prost for runtime support * chore: trigger CI to test prost 0.14 upgrade --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pedro Piñera <pedro@pepicrft.me>
1 parent e4d1381 commit a0ca1b5

File tree

3 files changed

+141
-93
lines changed

3 files changed

+141
-93
lines changed

0 commit comments

Comments
 (0)