diff --git a/test-harness/Cargo.toml b/test-harness/Cargo.toml index 6c25e68..4552430 100644 --- a/test-harness/Cargo.toml +++ b/test-harness/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1" log = "0.4.17" [dev-dependencies] -criterion = "0.6" +criterion = "0.7" env_logger = "0.11" futures = "0.3.4" tokio = { version = "1.0", features = ["net", "rt-multi-thread", "macros", "time"] }