mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
Update regex to 1.5.6
This commit is contained in:
parent
0b7700830b
commit
a87b53ae9a
1 changed files with 2 additions and 2 deletions
|
@ -42,14 +42,14 @@ bitcoin = { version = "0.28.1", default-features = false, features = ["secp-reco
|
||||||
|
|
||||||
hashbrown = { version = "0.11", optional = true }
|
hashbrown = { version = "0.11", optional = true }
|
||||||
hex = { version = "0.4", optional = true }
|
hex = { version = "0.4", optional = true }
|
||||||
regex = { version = "0.2.11", optional = true }
|
regex = { version = "1.5.6", optional = true }
|
||||||
backtrace = { version = "0.3", optional = true }
|
backtrace = { version = "0.3", optional = true }
|
||||||
|
|
||||||
core2 = { version = "0.3.0", optional = true, default-features = false }
|
core2 = { version = "0.3.0", optional = true, default-features = false }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
regex = "0.2.11"
|
regex = "1.5.6"
|
||||||
|
|
||||||
[dev-dependencies.bitcoin]
|
[dev-dependencies.bitcoin]
|
||||||
version = "0.28.1"
|
version = "0.28.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue