Skip to content

Commit

Permalink
remove unneeded tokio dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
  • Loading branch information
hawkw committed May 19, 2020
1 parent 319ece0 commit 4c49d9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,6 @@ dependencies = [
"linkerd2-proxy-core",
"pin-project",
"prost 0.6.1",
"tokio 0.2.20",
"tonic",
"tower 0.3.1",
"tracing",
Expand Down
3 changes: 1 addition & 2 deletions linkerd/proxy/api-resolve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ http = "0.2"
http-body = "0.3"
tonic = { version = "0.2", default-features = false }
indexmap = "1.0"
tokio = { version = "0.2", features = ["sync"] }
tower = {version = "0.3", default-features = false }
tower = { version = "0.3", default-features = false }
tracing = "0.1"
pin-project = "0.4"

0 comments on commit 4c49d9d

Please sign in to comment.