Skip to content

Commit 7a4c00c

Browse files
authored
Merge pull request #2744 from waywardmonkeys/update-regex
Update to regex 1 (and regex-syntax 0.6).
2 parents 0f5be36 + d5b5ba6 commit 7a4c00c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ path = "src/driver.rs"
3939
# begin automatic update
4040
clippy_lints = { version = "0.0.198", path = "clippy_lints" }
4141
# end automatic update
42-
regex = "0.2"
42+
regex = "1"
4343
semver = "0.9"
4444

4545
[dev-dependencies]

clippy_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ itertools = "0.7"
2121
lazy_static = "1.0"
2222
matches = "0.1.2"
2323
quine-mc_cluskey = "0.2.2"
24-
regex-syntax = "0.5.0"
24+
regex-syntax = "0.6"
2525
semver = "0.9.0"
2626
serde = "1.0"
2727
serde_derive = "1.0"

0 commit comments

Comments
 (0)