diff --git a/Cargo.toml b/Cargo.toml index 183702f5..ad4c6242 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ anyhow = "1.0" thiserror = "2.0" [dev-dependencies] -criterion = { version = "0.6", features = ["html_reports"] } +criterion = { version = "0.7", features = ["html_reports"] } tempfile = "3.0" tokio-test = "0.4" futures = "0.3"