diff --git a/Cargo.toml b/Cargo.toml index e30bfb56..7e5deb8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ async-inspect-macros = { version = "0.1.0", path = "async-inspect-macros" } [dev-dependencies] tokio = { version = "1.35", features = ["full"] } tokio-test = "0.4" -criterion = { version = "0.5", features = ["async_tokio"] } +criterion = { version = "0.8", features = ["async_tokio"] } colored = "2.1" [features]