Update criterion to 0.4

This commit is contained in:
David Tolnay 2022-09-10 20:18:15 -07:00
parent fefe25a0b3
commit b87da17196
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -13,7 +13,7 @@ repository = "https://github.com/dtolnay/unicode-ident"
rust-version = "1.31"
[dev-dependencies]
criterion = { version = "0.3", default-features = false }
criterion = { version = "0.4", default-features = false }
fst = "0.4"
rand = { version = "0.8", features = ["small_rng"] }
roaring = "0.10"