Skip to content

Commit c99ae49

Browse files
chore(deps): update tonic monorepo to 0.14.0
1 parent beaf7de commit c99ae49

File tree

3 files changed

+41
-53
lines changed

3 files changed

+41
-53
lines changed

Cargo.lock

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

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ tokio-stream = { version = "0.1.17", features = ["io-util"] }
3636
tokio-tar = { version = "0.3.1" }
3737
tokio-util = { version = "0.7.15", features = ["compat"] }
3838
toml = { version = "0.9.0" }
39-
tonic = { version = "0.13.1" }
40-
tonic-health = { version = "0.13.1" }
39+
tonic = { version = "0.14.0" }
40+
tonic-health = { version = "0.14.0" }
4141
tracing = { version = "0.1.41" }
4242
tracing-subscriber = { version = "0.3.19" }
4343
url = { version = "2.5.4" }

sdk/rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ serde = { version = "1.0.219", features = ["serde_derive"] }
1616
serde_json = { version = "1.0.140" }
1717
sha256 = { version = "1.6.0" }
1818
toml = { version = "0.9.0" }
19-
tonic = { version = "0.13.1" }
19+
tonic = { version = "0.14.0" }
2020
tracing = { version = "0.1.41" }
2121

2222
[build-dependencies]
23-
tonic-build = { version = "0.13.1" }
23+
tonic-build = { version = "0.14.0" }
2424

2525
[package.metadata.cargo-machete]
2626
ignored = ["prost", "serde", "tonic-build"]

0 commit comments

Comments
 (0)