Skip to content

Commit c8a69e9

Browse files
committed
chore: update console-api deps to v0.5.0
1 parent 21bc85d commit c8a69e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
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
@@ -35,7 +35,7 @@ crossbeam-utils = "0.8.7"
3535
tokio = { version = "^1.21", features = ["sync", "time", "macros", "tracing"] }
3636
tokio-stream = { version = "0.1", features = ["net"] }
3737
thread_local = "1.1.3"
38-
console-api = { version = "0.4.0", path = "../console-api", features = ["transport"] }
38+
console-api = { version = "0.5.0", path = "../console-api", features = ["transport"] }
3939
tonic = { version = "0.9", features = ["transport"] }
4040
tracing-core = "0.1.24"
4141
tracing = "0.1.26"

tokio-console/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ keywords = [
2828

2929
[dependencies]
3030
atty = "0.2"
31-
console-api = { version = "0.4.0", path = "../console-api", features = ["transport"] }
31+
console-api = { version = "0.5.0", path = "../console-api", features = ["transport"] }
3232
clap = { version = "3", features = ["cargo", "derive", "env"] }
3333
tokio = { version = "1", features = ["full", "rt-multi-thread"] }
3434
tonic = { version = "0.9", features = ["transport"] }

0 commit comments

Comments
 (0)