diff --git a/pyo3-benches/Cargo.toml b/pyo3-benches/Cargo.toml index 24ec9b5d76e..f8fa86048da 100644 --- a/pyo3-benches/Cargo.toml +++ b/pyo3-benches/Cargo.toml @@ -14,7 +14,7 @@ pyo3-build-config = { path = "../pyo3-build-config" } [dev-dependencies] codspeed-criterion-compat = "2.3" -criterion = "0.5.1" +criterion = "0.7.0" num-bigint = "0.4.3" rust_decimal = { version = "1.0.0", default-features = false } hashbrown = "0.15"