]> Untitled Git - bdk/commitdiff
Bump ahash
authorPhilipp Hoenisch <philipp@hoenisch.at>
Mon, 6 Jun 2022 00:57:09 +0000 (10:57 +1000)
committerPhilipp Hoenisch <philipp@hoenisch.at>
Mon, 6 Jun 2022 22:48:49 +0000 (08:48 +1000)
We can upgrade this now as MSRV was bumped to 1.56

Signed-off-by: Philipp Hoenisch <philipp@hoenisch.at>
Cargo.toml

index ddbc461246265fa2ac92b7d225ef64b0f624c77f..0cedf82eea5ff2578b86414326d2658b97d130ad 100644 (file)
@@ -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 }