diff --git a/Cargo.toml b/Cargo.toml index 4867814..1cef6b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ async-tokio = ["dep:tokio"] tokio = { version = "1.29", optional = true, features = ["io-util"] } [dev-dependencies] -codspeed-criterion-compat = "3.0.2" +codspeed-criterion-compat = "4.0.1" tokio = { version = "1.29", features = ["rt", "macros"] } clap = "4"