diff --git a/http-cache-tower/Cargo.toml b/http-cache-tower/Cargo.toml index f7e81f1..56fe90a 100644 --- a/http-cache-tower/Cargo.toml +++ b/http-cache-tower/Cargo.toml @@ -36,7 +36,7 @@ url = "2.5" tempfile = "3.13.0" hyper = { version = "1.6.0", features = ["full"] } tower = { version = "0.5.2", features = ["util"] } -criterion = { version = "0.7", features = ["html_reports"] } +criterion = { version = "0.8", features = ["html_reports"] } [[bench]] name = "streaming_benchmark"