From 527e29a062d951ff3152a4ef992b22dc4700473f Mon Sep 17 00:00:00 2001 From: Constance Beguier Date: Mon, 20 Mar 2023 14:12:10 +0100 Subject: [PATCH] Upgrade pprof version with a limited inferno version (#48) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 20a2ac0b..5a09720a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,8 +58,8 @@ proptest = "1.0.0" zcash_note_encryption = { version = "0.2", features = ["pre-zip-212"] } [target.'cfg(unix)'.dev-dependencies] -# TODO: upgrade the pprof version once its inferno dependency respects all clippy lints -pprof = { version = "0.6", features = ["criterion", "flamegraph"] } # MSRV 1.56 +inferno = ">= 0.11, < 0.11.15" +pprof = { version = "0.9", features = ["criterion", "flamegraph"] } # MSRV 1.56 [lib] bench = false