Bump ahash

We can upgrade this now as MSRV was bumped to 1.56

Signed-off-by: Philipp Hoenisch <philipp@hoenisch.at>
This commit is contained in:
Philipp Hoenisch 2022-06-06 10:57:09 +10:00
parent 32699234b6
commit 3f9b4cdca9
No known key found for this signature in database
GPG Key ID: E5F8E74C672BC666

View 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 }