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