Skip to content

Commit 59bc179

Browse files
authored
benches: bump pprof to v0.14 (#554)
This clears a security warning
1 parent cd75f02 commit 59bc179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
[dev-dependencies]
1010
argon2 = { path = "../argon2" }
1111
criterion = { version = "0.4", features = ["html_reports"] }
12-
pprof = { version = "0.11", features = ["flamegraph", "criterion"] }
12+
pprof = { version = "0.14", features = ["flamegraph", "criterion"] }
1313

1414
[[bench]]
1515
name = "argon2"

0 commit comments

Comments
 (0)