Skip to content

Commit b7e77c5

Browse files
chore(deps): update tonic monorepo to 0.14.0
1 parent 9c3abf0 commit b7e77c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ tokio-stream = { version = "0.1.17", features = ["io-util"] }
3838
tokio-tar = { version = "0.3.1" }
3939
tokio-util = { version = "0.7.15", features = ["compat"] }
4040
toml = { version = "0.9.0" }
41-
tonic = { version = "0.13.1", features = ["tls-ring"] }
42-
tonic-health = { version = "0.13.1" }
41+
tonic = { version = "0.14.0", features = ["tls-ring"] }
42+
tonic-health = { version = "0.14.0" }
4343
tracing = { version = "0.1.41" }
4444
tracing-subscriber = { version = "0.3.19" }
4545
url = { version = "2.5.4" }

sdk/rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ serde_json = { version = "1.0.140" }
1818
sha256 = { version = "1.6.0" }
1919
tokio = { version = "1.46.1", features = ["process", "rt-multi-thread"] }
2020
toml = { version = "0.9.0" }
21-
tonic = { version = "0.13.1", features = ["tls-ring"] }
21+
tonic = { version = "0.14.0", features = ["tls-ring"] }
2222
tracing = { version = "0.1.41" }
2323

2424
[build-dependencies]
25-
tonic-build = { version = "0.13.1" }
25+
tonic-build = { version = "0.14.0" }
2626

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

0 commit comments

Comments
 (0)