diff --git a/Cargo.toml b/Cargo.toml index 3d61b3b..01482d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ windows-sys = { version = "0.48.0", features = ["Win32_Foundation"] } [dev-dependencies] async-channel = "2" -async-net = "1" +async-net = "2" blocking = "1" criterion = { version = "0.4", default-features = false, features = ["cargo_bench_support"] } getrandom = "0.2.7"