Skip to content

Commit ca96bb7

Browse files
Update regex requirement from 0.1.80 to 0.2.11 in /lightning
Updates the requirements on [regex](https://github.com/rust-lang/regex) to permit the latest version. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@0.1.80...0.2.11) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a73449 commit ca96bb7

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)