Update to regex 1 (and regex-syntax 0.6).

This commit is contained in:
Bruce Mitchener 2018-05-11 16:32:05 +07:00
parent 0f5be36112
commit d5b5ba6b9f
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"