chore(deps): bump pprof criterion (#3698)

This commit is contained in:
Matthias Seitz
2023-07-10 17:31:43 +02:00
committed by GitHub
parent ab2dc70368
commit ad2a8a5a17
7 changed files with 31 additions and 78 deletions

View File

@ -29,8 +29,8 @@ default = []
return-borrowed = []
[dev-dependencies]
pprof = { version = "0.11", features = ["flamegraph", "frame-pointer", "criterion"] }
criterion = "0.4"
pprof = { version = "0.12", features = ["flamegraph", "frame-pointer", "criterion"] }
criterion = "0.5"
rand = { workspace = true }
rand_xorshift = "0.3"
tempfile = "3"