Merge pull request #2744 from waywardmonkeys/update-regex

Update to regex 1 (and regex-syntax 0.6).
This commit is contained in:
Oliver Schneider 2018-05-11 13:22:50 +02:00 committed by GitHub
commit 7a4c00c669
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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]

View file

@ -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"