From d5b5ba6b9f3c0a66ecca7f70c83987f2f86f8ebb Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Fri, 11 May 2018 16:32:05 +0700 Subject: [PATCH] Update to regex 1 (and regex-syntax 0.6). --- Cargo.toml | 2 +- clippy_lints/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 03d56de37cd..083565d344b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 2b647359618..cc5d36ff1f2 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -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"