Skip to content

Commit c9c5cd0

Browse files
github-actions[bot]qmonnet
authored andcommitted
bump(cargo)!: bump tonic (cargo upgrade), gateway-proto
name old req compatible latest new req ==== ======= ========== ====== ======= tonic 0.13.1 0.13.1 0.14.0 0.14.0 [Quentin:] Due to breaking changes in tonic (in particular, the move of prost-related components to a separate tonic-prost-build crate), we must align this change with the tonic version used in the gateway-proto proto crate. To do that, we manually bump the version number for the gateway-proto dependency in the Cargo.toml. This ensures the project, in particular the mgmt crate, keep building properly. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Quentin Monnet <qmo@qmon.net>
1 parent 1309486 commit c9c5cd0

2 files changed

Lines changed: 28 additions & 44 deletions

File tree

Cargo.lock

Lines changed: 26 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dpdk-sys = { path = "./dpdk-sys", package = "dataplane-dpdk-sys" }
3333
dpdk-sysroot-helper = { path = "./dpdk-sysroot-helper", package = "dataplane-dpdk-sysroot-helper" }
3434
dplane-rpc = { git = "https://github.com/githedgehog/dplane-rpc.git", version = "1.1.2"}
3535
errno = { path = "./errno", package = "dataplane-errno" }
36-
gateway_config = { git = "https://github.com/githedgehog/gateway-proto", tag = "v0.11.0", version = "0.11.0" }
36+
gateway_config = { git = "https://github.com/githedgehog/gateway-proto", tag = "v0.12.0", version = "0.12.0" }
3737
id = { path = "./id", package = "dataplane-id" }
3838
interface-manager = { path = "./interface-manager", package = "dataplane-interface-manager" }
3939
lpm = { path = "./lpm", package = "dataplane-lpm" }
@@ -100,7 +100,7 @@ strum = { version = "0.27.2", features = ["derive"] }
100100
thiserror = { version = "2.0.12", default-features = false, features = [] }
101101
tokio = { version = "1.47.0", default-features = false, features = [] }
102102
tokio-stream = { version = "0.1.17", default-features = false, features = [] }
103-
tonic = { version = "0.13.1", default-features = false, features = ["transport", "codegen"] }
103+
tonic = { version = "0.14.0", default-features = false, features = ["transport", "codegen"] }
104104
tracing = { version = "0.1.41", default-features = false, features = ["attributes"] }
105105
tracing-subscriber = { version = "0.3.19", default-features = false, features = [] }
106106
tracing-test = { version = "0.2.5", default-features = false, features = [] }

0 commit comments

Comments
 (0)