From b1ff36885be7dbcffbed86b84982867cdf54f654 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Tue, 18 Jul 2023 12:37:20 +0200 Subject: [PATCH] fix(iroh-net): no * deps --- iroh-net/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iroh-net/Cargo.toml b/iroh-net/Cargo.toml index 1c641e466f..de893f0aa0 100644 --- a/iroh-net/Cargo.toml +++ b/iroh-net/Cargo.toml @@ -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"] }