mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Merge pull request #1258 from lightningdevkit/dependabot/cargo/hex-0.4
Update hex requirement from 0.3 to 0.4
This commit is contained in:
commit
e4387fa8af
2 changed files with 3 additions and 3 deletions
|
@ -24,4 +24,4 @@ core2 = { version = "0.3.0", default-features = false, optional = true }
|
|||
|
||||
[dev-dependencies]
|
||||
lightning = { version = "0.0.104", path = "../lightning", default-features = false, features = ["_test_utils"] }
|
||||
hex = "0.3"
|
||||
hex = "0.4"
|
||||
|
|
|
@ -37,14 +37,14 @@ bitcoin = { version = "0.27", default-features = false, features = ["secp-recove
|
|||
secp256k1 = { version = "0.20.2", default-features = false, features = ["alloc"] }
|
||||
|
||||
hashbrown = { version = "0.11", optional = true }
|
||||
hex = { version = "0.3", optional = true }
|
||||
hex = { version = "0.4", optional = true }
|
||||
regex = { version = "0.1.80", optional = true }
|
||||
backtrace = { version = "0.3", optional = true }
|
||||
|
||||
core2 = { version = "0.3.0", optional = true, default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
hex = "0.3"
|
||||
hex = "0.4"
|
||||
regex = "0.1.80"
|
||||
# TODO remove this once rust-bitcoin PR #637 is released
|
||||
secp256k1 = { version = "0.20.2", default-features = false, features = ["alloc"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue