Skip to content

Commit e4387fa

Browse files
Merge pull request #1258 from lightningdevkit/dependabot/cargo/hex-0.4
Update hex requirement from 0.3 to 0.4
2 parents 10204f7 + f39fa69 commit e4387fa

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)