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

@ -30,6 +30,6 @@ simd-json = { version = "0.6", features = ["allow-non-simd"] }
tungstenite = "0.18"
[dev-dependencies]
criterion = "0.3"
criterion = "0.4"
quickcheck = "1"
quickcheck_macros = "1"