diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 455e660bcf..159086960b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -33,7 +33,7 @@ bytemuck = { version = "1.25.0", features = ["extern_crate_alloc"] } byteorder = "1.5.0" bytes = "1.11.1" clap = { version = "4.5.38", features = ["derive", "env"] } -criterion = "0.5.1" +criterion = "0.8.0" easy-ext = "1.0.3" educe = "0.6.0" enum-as-inner = "0.7.0"