From 6339fca4cb30cb77e1723014124dacdb06d0e8f3 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 28 Apr 2022 17:10:46 +0000 Subject: [PATCH] pprof 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c0b1500..dc26dcc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ proptest = "1.0.0" zcash_note_encryption = { version = "0.1", features = ["pre-zip-212"] } [target.'cfg(unix)'.dev-dependencies] -pprof = { version = "=0.6.1", features = ["criterion", "flamegraph"] } +pprof = { version = "0.8", features = ["criterion", "flamegraph"] } # MSRV 1.56 [lib] bench = false