Skip to content

Commit

Permalink
benches: bump pprof to v0.14 (#554)
Browse files Browse the repository at this point in the history
This clears a security warning
  • Loading branch information
tarcieri authored Jan 21, 2025
1 parent cd75f02 commit 59bc179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dev-dependencies]
argon2 = { path = "../argon2" }
criterion = { version = "0.4", features = ["html_reports"] }
pprof = { version = "0.11", features = ["flamegraph", "criterion"] }
pprof = { version = "0.14", features = ["flamegraph", "criterion"] }

[[bench]]
name = "argon2"
Expand Down

0 comments on commit 59bc179

Please sign in to comment.