diff --git a/Cargo.toml b/Cargo.toml index 7026744..b6900e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ pin-project-lite = "0.2" [dev-dependencies] tokio = { version = "1.38", features = ["full", "test-util"] } -criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] } +criterion = { version = "0.7.0", features = ["html_reports", "async_tokio"] } [dev-dependencies.doc-comment] version = "0.3"