From 9cc142ea3b224c032c485082489df15224bbab8e Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 24 Jun 2022 15:36:19 +0000 Subject: [PATCH] pprof 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f1cd8f5..b83d6687 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ proptest = "1.0.0" zcash_note_encryption = { version = "0.1", features = ["pre-zip-212"] } [target.'cfg(unix)'.dev-dependencies] -pprof = { version = "0.8", features = ["criterion", "flamegraph"] } # MSRV 1.56 +pprof = { version = "0.9", features = ["criterion", "flamegraph"] } # MSRV 1.56 [lib] bench = false