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
4 changed files with 11 additions and 64 deletions

View File

@ -16,7 +16,7 @@ license.workspace = true
serde_json = "1.0"
[dev-dependencies]
criterion = { version = "0.4.0", features = ["html_reports"] }
criterion = { version = "0.5.1", features = ["html_reports"] }
[[bench]]
name = "benchmarks"