From 409ac5f948888c5dee525f65c7e9a792cb00a37f Mon Sep 17 00:00:00 2001 From: Constance Date: Tue, 11 Jul 2023 16:22:34 +0200 Subject: [PATCH] Limit hashbrown version --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c443318a..a0929100c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,8 @@ zcash_note_encryption = { version = "0.4", features = ["pre-zip-212"] } incrementalmerkletree = { version = "0.4", features = ["test-dependencies"] } [target.'cfg(unix)'.dev-dependencies] -dashmap = "5.4.0" +hashbrown = ">= 0.12, <0.13" +dashmap = ">= 5.4, <5.5" inferno = ">= 0.11, < 0.11.15" pprof = { version = "0.9", features = ["criterion", "flamegraph"] } # MSRV 1.56