Skip to content

Commit eefab96

Browse files
Update hashbrown requirement from 0.11 to 0.13
Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.11.0...v0.13.1) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cbbf84b commit eefab96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightning-invoice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ lightning = { version = "0.0.113", path = "../lightning", default-features = fal
2525
secp256k1 = { version = "0.24.0", default-features = false, features = ["recovery", "alloc"] }
2626
num-traits = { version = "0.2.8", default-features = false }
2727
bitcoin_hashes = { version = "0.11", default-features = false }
28-
hashbrown = { version = "0.8", optional = true }
28+
hashbrown = { version = "0.13", optional = true }
2929
serde = { version = "1.0.118", optional = true }
3030

3131
[dev-dependencies]

lightning/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ default = ["std", "grind_signatures"]
4141
[dependencies]
4242
bitcoin = { version = "0.29.0", default-features = false, features = ["secp-recovery"] }
4343

44-
hashbrown = { version = "0.8", optional = true }
44+
hashbrown = { version = "0.13", optional = true }
4545
hex = { version = "0.4", optional = true }
4646
regex = { version = "1.5.6", optional = true }
4747
backtrace = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)