deps: update criterion dependency to v0.4.0 (#5935)

This commit is contained in:
Qinxuan Chen
2023-03-07 23:21:48 +08:00
committed by GitHub
parent 812b4b5229
commit e2dcb19099
4 changed files with 53 additions and 81 deletions

View File

@@ -58,7 +58,7 @@ test-programs = { path = "crates/test-programs" }
wasmtime-runtime = { workspace = true }
tokio = { version = "1.8.0", features = ["rt", "time", "macros", "rt-multi-thread"] }
wast = { workspace = true }
criterion = "0.3.4"
criterion = "0.4.0"
num_cpus = "1.13.0"
memchr = "2.4"
async-trait = { workspace = true }