diff --git a/Cargo.toml b/Cargo.toml index 7611049..8cc01ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ static_assertions = "1" [dev-dependencies] anyhow = "1" criterion = "0.3" -env_logger = "0.9" +env_logger = "0.10" futures = "0.3.4" quickcheck = "1.0" tokio = { version = "1.0", features = ["net", "rt-multi-thread", "macros", "time"] }