Skip to content

Commit 2daf3f6

Browse files
Update hashbrown requirement from 0.11 to 0.12 in /lightning-invoice
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.12.0) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 711bcef commit 2daf3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-invoice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ lightning = { version = "0.0.106", path = "../lightning", default-features = fal
2323
secp256k1 = { version = "0.20", default-features = false, features = ["recovery", "alloc"] }
2424
num-traits = { version = "0.2.8", default-features = false }
2525
bitcoin_hashes = { version = "0.10", default-features = false }
26-
hashbrown = { version = "0.11", optional = true }
26+
hashbrown = { version = "0.12", optional = true }
2727
core2 = { version = "0.3.0", default-features = false, optional = true }
2828

2929
[dev-dependencies]

0 commit comments

Comments
 (0)