Skip to content

Commit eafe7d2

Browse files
authored
Merge pull request #1355 from lightningdevkit/dependabot/cargo/lightning/regex-0.2.11
Update regex requirement from 0.1.80 to 0.2.11 in /lightning
2 parents a50e954 + ca96bb7 commit eafe7d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ secp256k1 = { version = "0.20.2", default-features = false, features = ["alloc"]
4141

4242
hashbrown = { version = "0.11", optional = true }
4343
hex = { version = "0.4", optional = true }
44-
regex = { version = "0.1.80", optional = true }
44+
regex = { version = "0.2.11", optional = true }
4545
backtrace = { version = "0.3", optional = true }
4646

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

4949
[dev-dependencies]
5050
hex = "0.4"
51-
regex = "0.1.80"
51+
regex = "0.2.11"
5252
# TODO remove this once rust-bitcoin PR #637 is released
5353
secp256k1 = { version = "0.20.2", default-features = false, features = ["alloc"] }
5454

0 commit comments

Comments
 (0)