From: Philipp Hoenisch Date: Mon, 6 Jun 2022 00:57:09 +0000 (+1000) Subject: Bump ahash X-Git-Tag: 0.20.0~21^2~1 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/%22example_cli/enum.Commands.html/struct.TryFromError.html?a=commitdiff_plain;h=3f9b4cdca9dc05d3e8f63df7235287e192a1838a;p=bdk Bump ahash We can upgrade this now as MSRV was bumped to 1.56 Signed-off-by: Philipp Hoenisch --- 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 }