From 3f9b4cdca9dc05d3e8f63df7235287e192a1838a Mon Sep 17 00:00:00 2001 From: Philipp Hoenisch Date: Mon, 6 Jun 2022 10:57:09 +1000 Subject: [PATCH] Bump ahash We can upgrade this now as MSRV was bumped to 1.56 Signed-off-by: Philipp Hoenisch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ddbc4612..0cedf82e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ rand = "^0.7" sled = { version = "0.34", optional = true } electrum-client = { version = "0.10", optional = true } rusqlite = { version = "0.25.3", optional = true } -ahash = { version = "=0.7.4", optional = true } +ahash = { version = "0.7.6", optional = true } reqwest = { version = "0.11", optional = true, default-features = false, features = ["json"] } ureq = { version = "~2.2.0", features = ["json"], optional = true } futures = { version = "0.3", optional = true }