update criterion to 0.5.1

This commit is contained in:
David Hewitt 2023-07-29 06:42:34 +01:00
parent c2e8ba3c14
commit 496ddfe06e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ publish = false
pyo3 = { path = "../", features = ["auto-initialize"] } pyo3 = { path = "../", features = ["auto-initialize"] }
[dev-dependencies] [dev-dependencies]
criterion = "0.3.5" criterion = "0.5.1"
[[bench]] [[bench]]
name = "bench_any" name = "bench_any"