chore(tvix): bump criterion to 0.5

Change-Id: I28904ca23437b4bb745c0eb1f4eb9ae33e09eb5a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10244
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2023-12-09 19:26:40 +02:00 committed by clbot
parent b14053ae03
commit 01a3c87a3a
4 changed files with 26 additions and 159 deletions

View file

@ -27,7 +27,7 @@ futures = { version = "0.3.28", default-features = false, features = ["executor"
lazy_static = "1.4.0"
serde_json = "1.0"
test-case = "2.2.2"
criterion = { version = "0.4", features = ["html_reports"] }
criterion = { version = "0.5", features = ["html_reports"] }
hex-literal = "0.4.1"
pretty_assertions = "1.4.0"
zstd = "^0.9.0"