diff --git a/Cargo.toml b/Cargo.toml index aee5091..d04cbbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ rustls-platform-verifier = { version = ">=0.6,<0.8", optional = true } webpki-roots = { version = ">=0.26,<2.0", optional = true } [dev-dependencies] -codspeed-criterion-compat = "4" +codspeed-criterion-compat = ">=4,<6" [features] default = ["client", "server"]