Skip to content

Commit 06253cc

Browse files
Update hashbrown requirement from 0.11 to 0.13 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.13.1) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cbbf84b commit 06253cc

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
@@ -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]

0 commit comments

Comments
 (0)