Skip to content

Commit f39fa69

Browse files
Update hex requirement from 0.3 to 0.4
Updates the requirements on [hex](https://github.com/KokaKiwi/rust-hex) to permit the latest version. - [Release notes](https://github.com/KokaKiwi/rust-hex/releases) - [Commits](KokaKiwi/rust-hex@v0.3...v0.4.3) --- updated-dependencies: - dependency-name: hex dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10204f7 commit f39fa69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lightning-invoice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ core2 = { version = "0.3.0", default-features = false, optional = true }
2424

2525
[dev-dependencies]
2626
lightning = { version = "0.0.104", path = "../lightning", default-features = false, features = ["_test_utils"] }
27-
hex = "0.3"
27+
hex = "0.4"

lightning/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ bitcoin = { version = "0.27", default-features = false, features = ["secp-recove
3737
secp256k1 = { version = "0.20.2", default-features = false, features = ["alloc"] }
3838

3939
hashbrown = { version = "0.11", optional = true }
40-
hex = { version = "0.3", optional = true }
40+
hex = { version = "0.4", optional = true }
4141
regex = { version = "0.1.80", optional = true }
4242
backtrace = { version = "0.3", optional = true }
4343

4444
core2 = { version = "0.3.0", optional = true, default-features = false }
4545

4646
[dev-dependencies]
47-
hex = "0.3"
47+
hex = "0.4"
4848
regex = "0.1.80"
4949
# TODO remove this once rust-bitcoin PR #637 is released
5050
secp256k1 = { version = "0.20.2", default-features = false, features = ["alloc"] }

0 commit comments

Comments
 (0)