Merge pull request #1661 from quickwit-oss/upgrade_criterion

update criterion to 0.4
This commit is contained in:
PSeitz
2022-11-04 14:45:34 +08:00
committed by GitHub

View File

@@ -71,10 +71,10 @@ maplit = "1.0.2"
matches = "0.1.9"
pretty_assertions = "1.2.1"
proptest = "1.0.0"
criterion = "0.3.5"
criterion = "0.4"
test-log = "0.2.10"
env_logger = "0.9.0"
pprof = { version = "0.10.0", features = ["flamegraph", "criterion"] }
pprof = { version = "0.11.0", features = ["flamegraph", "criterion"] }
futures = "0.3.21"
[dev-dependencies.fail]