Skip to content

Commit

Permalink
fix(iroh-net): no * deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jul 18, 2023
1 parent cc01495 commit b1ff368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ wmi = "0.13"

[dev-dependencies]
clap = { version = "4", features = ["derive"] }
ntest = "*"
ntest = "0.9"
pretty_assertions = "1.4"
rand_chacha = "0.3.1"
tokio = { version = "1", features = ["io-util", "sync", "rt", "net", "fs", "macros", "time", "test-util"] }
Expand Down

0 comments on commit b1ff368

Please sign in to comment.