diff --git a/zcash_primitives/Cargo.toml b/zcash_primitives/Cargo.toml index 861e2a24f..bda15d5fb 100644 --- a/zcash_primitives/Cargo.toml +++ b/zcash_primitives/Cargo.toml @@ -94,6 +94,7 @@ orchard = { version = "0.3", features = ["test-dependencies"] } [target.'cfg(unix)'.dev-dependencies] pprof = { version = "0.11", features = ["criterion", "flamegraph"] } # MSRV 1.56 +inferno = ">=0.11, <0.11.5" # MSRV 1.59 [features] transparent-inputs = ["hdwallet", "ripemd", "secp256k1"] diff --git a/zcash_proofs/Cargo.toml b/zcash_proofs/Cargo.toml index 71b102fc8..81ee5f29c 100644 --- a/zcash_proofs/Cargo.toml +++ b/zcash_proofs/Cargo.toml @@ -44,6 +44,7 @@ rand_xorshift = "0.3" [target.'cfg(unix)'.dev-dependencies] pprof = { version = "0.11", features = ["criterion", "flamegraph"] } # MSRV 1.56 +inferno = ">=0.11, <0.11.5" # MSRV 1.59 [features] default = ["local-prover", "multicore"]