diff --git a/pyo3-benches/Cargo.toml b/pyo3-benches/Cargo.toml index 24ec9b5d76e..50585d8762f 100644 --- a/pyo3-benches/Cargo.toml +++ b/pyo3-benches/Cargo.toml @@ -13,7 +13,7 @@ pyo3 = { path = "../", features = ["auto-initialize", "full"] } pyo3-build-config = { path = "../pyo3-build-config" } [dev-dependencies] -codspeed-criterion-compat = "2.3" +codspeed-criterion-compat = "4.1" criterion = "0.5.1" num-bigint = "0.4.3" rust_decimal = { version = "1.0.0", default-features = false }