Update criterion to v0.4

This commit is contained in:
Joakim Frostegård 2023-04-10 00:32:01 +02:00
parent 4a6fbc6df0
commit 5233fdd474
3 changed files with 63 additions and 48 deletions

View file

@ -38,6 +38,6 @@ urlencoding = "2"
[dev-dependencies]
bendy = { version = "0.4.0-beta.2", features = ["std", "serde"] }
criterion = "0.3"
criterion = "0.4"
quickcheck = "1"
quickcheck_macros = "1"