Skip to content

Commit 54f6be9

Browse files
committed
feat: update tonic to 0.9 (#420)
This commit updates the `console-subscriber` and `tokio-console` crates' `tonic` dependencies to 0.9. This is not a breaking change to these crates.
1 parent b70c1d8 commit 54f6be9

File tree

3 files changed

+5
-69
lines changed

3 files changed

+5
-69
lines changed

Cargo.lock

+3-67
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

console-subscriber/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tokio = { version = "^1.21", features = ["sync", "time", "macros", "tracing"] }
3636
tokio-stream = { version = "0.1", features = ["net"] }
3737
thread_local = "1.1.3"
3838
console-api = { version = "0.4.0", path = "../console-api", features = ["transport"] }
39-
tonic = { version = "0.8", features = ["transport"] }
39+
tonic = { version = "0.9", features = ["transport"] }
4040
tracing-core = "0.1.24"
4141
tracing = "0.1.26"
4242
tracing-subscriber = { version = "0.3.11", default-features = false, features = ["fmt", "registry"] }

tokio-console/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ atty = "0.2"
3131
console-api = { version = "0.4.0", path = "../console-api", features = ["transport"] }
3232
clap = { version = "3", features = ["cargo", "derive", "env"] }
3333
tokio = { version = "1", features = ["full", "rt-multi-thread"] }
34-
tonic = { version = "0.8", features = ["transport"] }
34+
tonic = { version = "0.9", features = ["transport"] }
3535
futures = "0.3"
3636
tui = { version = "0.16.0", default-features = false, features = ["crossterm"] }
3737
tower = "0.4.12"

0 commit comments

Comments
 (0)