Skip to content

Commit 4808afe

Browse files
authored
Merge pull request #1509 from shamardy/main
Update regex to 1.5.6
2 parents f84ce03 + a87b53a commit 4808afe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ bitcoin = { version = "0.28.1", default-features = false, features = ["secp-reco
4242

4343
hashbrown = { version = "0.11", optional = true }
4444
hex = { version = "0.4", optional = true }
45-
regex = { version = "0.2.11", optional = true }
45+
regex = { version = "1.5.6", optional = true }
4646
backtrace = { version = "0.3", optional = true }
4747

4848
core2 = { version = "0.3.0", optional = true, default-features = false }
4949

5050
[dev-dependencies]
5151
hex = "0.4"
52-
regex = "0.2.11"
52+
regex = "1.5.6"
5353

5454
[dev-dependencies.bitcoin]
5555
version = "0.28.1"

0 commit comments

Comments
 (0)