diff --git a/benches/Cargo.toml b/benches/Cargo.toml index 1a6370b68..ec62fb8fc 100644 --- a/benches/Cargo.toml +++ b/benches/Cargo.toml @@ -9,7 +9,7 @@ publish = false juniper = { path = "../juniper" } [dev-dependencies] -criterion = "0.6" +criterion = "0.7" tokio = { version = "1.0", features = ["rt-multi-thread"] } [lints.clippy]