Skip to content

Commit

Permalink
fix: console-api dependencies to require 0.1.2 (tokio-rs#274)
Browse files Browse the repository at this point in the history
This should ensure we don't see any compilation errors.

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
  • Loading branch information
hawkw committed Feb 4, 2022
1 parent c7cab71 commit b95f683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion console-subscriber/Cargo.toml
Expand Up @@ -33,7 +33,7 @@ parking_lot = ["parking_lot_crate", "tracing-subscriber/parking_lot"]
tokio = { version = "^1.15", features = ["sync", "time", "macros", "tracing"] }
tokio-stream = "0.1"
thread_local = "1.1.3"
console-api = { version = "0.1.1", path = "../console-api", features = ["transport"] }
console-api = { version = "0.1.2", path = "../console-api", features = ["transport"] }
tonic = { version = "0.6", features = ["transport"] }
tracing-core = "0.1.18"
tracing = "0.1.26"
Expand Down
2 changes: 1 addition & 1 deletion tokio-console/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ keywords = [

[dependencies]
atty = "0.2"
console-api = { version = "0.1.1", path = "../console-api", features = ["transport"] }
console-api = { version = "0.1.2", path = "../console-api", features = ["transport"] }
clap = { version = "3", features = ["cargo", "derive", "env"] }
tokio = { version = "1", features = ["full", "rt-multi-thread"] }
tonic = { version = "0.6", features = ["transport"] }
Expand Down

0 comments on commit b95f683

Please sign in to comment.