Downgrade `hashbrown` to meet MSRV
[rust-lightning] / lightning / Cargo.toml
index e6b1dc6f5a4d46b65fea3d16cc8316a1378999cd..c2c3077a5df3b9e16c61ac05f5e22ccbe61a9eae 100644 (file)
@@ -40,7 +40,7 @@ default = ["std", "grind_signatures"]
 [dependencies]
 bitcoin = { version = "0.29.0", default-features = false, features = ["secp-recovery"] }
 
-hashbrown = { version = "0.11", optional = true }
+hashbrown = { version = "0.8", optional = true }
 hex = { version = "0.4", optional = true }
 regex = { version = "1.5.6", optional = true }
 backtrace = { version = "0.3", optional = true }