diff --git a/Cargo.toml b/Cargo.toml index ab5e2aa5..eaa26c7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ tungstenite = "0.24.0" tokio-tungstenite = "0.24.0" tokio = { version = "1", features = ["full"] } futures-util = "0.3.30" -criterion = { version = "0.5.1", features = ["html_reports"] } +criterion = { version = "0.6.0", features = ["html_reports"] } rayon = "1.10" bzip2 = "0.5" flate2 = "1.0"