mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Update criterion to 0.5.1 to remove the atty dependency
This commit is contained in:
parent
d1ff631df8
commit
e7f8daaf86
4 changed files with 11 additions and 64 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue