From 8396afd59575d319642c77cb9560e42ba96552e4 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 21 Jan 2025 11:17:47 -0700 Subject: [PATCH] benches: bump `pprof` to v0.14 This clears a security warning --- benches/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benches/Cargo.toml b/benches/Cargo.toml index e36cbdba..6109e6af 100644 --- a/benches/Cargo.toml +++ b/benches/Cargo.toml @@ -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"