Bump criterion version

0.3 uses some Rust features that will not work in the future, so upgrade
while we're moving thigns anyway
This commit is contained in:
2023-08-27 14:25:14 +02:00
parent 8f19921e9e
commit fc1593b76f

View File

@@ -23,7 +23,7 @@ lock_api = { version = "0.4", optional = true }
parking_lot = { version = "0.12", optional = true }
[dev-dependencies]
criterion = "0.3"
criterion = "0.5"
rand = "0.8"
[[bench]]