Update criterion to 0.5.1 to remove the atty dependency

This commit is contained in:
Kerollmops 2023-07-03 17:09:29 +02:00
parent d1ff631df8
commit e7f8daaf86
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
4 changed files with 11 additions and 64 deletions

View file

@ -18,7 +18,7 @@ mimalloc = { version = "0.1.36", default-features = false }
serde_json = { version = "1.0.95", features = ["preserve_order"] }
[dev-dependencies]
criterion = { version = "0.4.0", features = ["html_reports"] }
criterion = { version = "0.5.1", features = ["html_reports"] }
rand = "0.8.5"
rand_chacha = "0.3.1"
roaring = "0.10.1"