diff --git a/Cargo.toml b/Cargo.toml index eee9591f..8bc79a20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ tungstenite = "0.28.0" tokio-tungstenite = "0.28" tokio = { version = "1", features = ["full"] } futures-util = "0.3.30" -criterion = { version = "0.7", features = ["html_reports"] } +criterion = { version = "0.8", features = ["html_reports"] } rayon = "1.10" bzip2 = "0.6" flate2 = "1.1"