mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
Merge pull request #2744 from waywardmonkeys/update-regex
Update to regex 1 (and regex-syntax 0.6).
This commit is contained in:
commit
7a4c00c669
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ path = "src/driver.rs"
|
|||
# begin automatic update
|
||||
clippy_lints = { version = "0.0.198", path = "clippy_lints" }
|
||||
# end automatic update
|
||||
regex = "0.2"
|
||||
regex = "1"
|
||||
semver = "0.9"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -21,7 +21,7 @@ itertools = "0.7"
|
|||
lazy_static = "1.0"
|
||||
matches = "0.1.2"
|
||||
quine-mc_cluskey = "0.2.2"
|
||||
regex-syntax = "0.5.0"
|
||||
regex-syntax = "0.6"
|
||||
semver = "0.9.0"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
|
|
Loading…
Reference in a new issue