Skip to content

Commit

Permalink
fixup Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Nov 18, 2020
1 parent da3471d commit 94c4d7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions linkerd/app/outbound/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ features = [
]

[dev-dependencies]
hyper = "0.13"
ipnet = "1.0"
linkerd2-io = { path = "../../io", features = ["tokio-test"] }
linkerd2-app-test = { path = "../test" }
tokio = { version = "0.2.23", features = ["full", "macros"]}
linkerd2-io = { path = "../../io", features = ["tokio-test"] }
tokio = { version = "0.2", features = ["full", "macros"]}
tracing-futures = "0.2"
hyper = "0.13"

0 comments on commit 94c4d7f

Please sign in to comment.