]> git.lizzy.rs Git - rust.git/commitdiff
Upgrade regex to 0.2
authorXidorn Quan <me@upsuper.org>
Wed, 11 Jan 2017 11:44:46 +0000 (22:44 +1100)
committerXidorn Quan <me@upsuper.org>
Wed, 11 Jan 2017 11:44:46 +0000 (22:44 +1100)
Cargo.toml
clippy_lints/Cargo.toml

index e0a90c49478c780dcc6813690898f4a13bbc98c3..9b05601af0f487cc86a150e22d02eef72addda5b 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.106"
+version = "0.0.107"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -25,13 +25,13 @@ test = false
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.106", path = "clippy_lints" }
+clippy_lints = { version = "0.0.107", path = "clippy_lints" }
 # end automatic update
 
 [dev-dependencies]
 compiletest_rs = "0.2.5"
 lazy_static = "0.1.15"
-regex = "0.1.71"
+regex = "0.2"
 rustc-serialize = "0.3"
 clippy-mini-macro-test = { version = "0.1", path = "mini-macro" }
 serde = "0.7"
index 309340cbc27c0240cb740a1cfe2f0aa393dd98df..63c85173c2f470fe002f03fed642e2b46d2dc540 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.106"
+version = "0.0.107"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
@@ -17,7 +17,7 @@ keywords = ["clippy", "lint", "plugin"]
 
 [dependencies]
 matches = "0.1.2"
-regex-syntax = "0.3.0"
+regex-syntax = "0.4.0"
 semver = "0.2.1"
 toml = "0.1"
 unicode-normalization = "0.1"