Update Rust crate criterion to 0.6.0 (#13771)

This commit is contained in:
renovate[bot] 2025-06-01 21:57:25 -04:00 committed by GitHub
parent a0d60eef12
commit e0821176a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 8 deletions

View file

@ -49,7 +49,7 @@ uv-workspace = { workspace = true }
anyhow = { workspace = true }
codspeed-criterion-compat = { version = "2.7.2", default-features = false, optional = true }
criterion = { version = "0.5.1", default-features = false, features = ["async_tokio"] }
criterion = { version = "0.6.0", default-features = false, features = ["async_tokio"] }
jiff = { workspace = true }
tokio = { workspace = true }