From d2aa1e30d21a81266107a73e1004d21193f4f96a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 7 Jun 2018 01:34:32 +0000 Subject: [PATCH] Bump regex-syntax from 0.4.2 to 0.5.0 Bumps [regex-syntax](https://github.com/rust-lang/regex) from 0.4.2 to 0.5.0. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/regex-syntax-0.4.2...regex-syntax-0.5.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- src/hashsum/Cargo.toml | 2 +- src/nl/Cargo.toml | 2 +- src/ptx/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0527a152d..170124500 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -596,7 +596,7 @@ dependencies = [ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", "md5 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "regex-syntax 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "sha3 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -884,7 +884,7 @@ dependencies = [ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", "memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "regex-syntax 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "uucore 0.0.1", ] @@ -1083,7 +1083,7 @@ dependencies = [ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", "memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "regex-syntax 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "uucore 0.0.1", ] diff --git a/src/hashsum/Cargo.toml b/src/hashsum/Cargo.toml index 5b074bcea..03da735d6 100644 --- a/src/hashsum/Cargo.toml +++ b/src/hashsum/Cargo.toml @@ -15,7 +15,7 @@ hex = "0.2.0" libc = "0.2.26" md5 = "0.3.5" regex = "0.2.2" -regex-syntax = "0.4.1" +regex-syntax = "0.5.0" sha1 = "0.2.0" sha2 = "0.6.0" sha3 = "0.6.0" diff --git a/src/nl/Cargo.toml b/src/nl/Cargo.toml index d67da0d42..9bdcbd9eb 100644 --- a/src/nl/Cargo.toml +++ b/src/nl/Cargo.toml @@ -14,7 +14,7 @@ libc = "0.2.26" aho-corasick = "0.6.3" memchr = "1.0.1" regex = "0.2.2" -regex-syntax = "0.4.1" +regex-syntax = "0.5.0" uucore = { path="../uucore" } [[bin]] diff --git a/src/ptx/Cargo.toml b/src/ptx/Cargo.toml index 1b12de7e6..1bfbfa0bb 100644 --- a/src/ptx/Cargo.toml +++ b/src/ptx/Cargo.toml @@ -13,7 +13,7 @@ getopts = "0.2.14" libc = "0.2.26" aho-corasick = "0.6.3" memchr = "1.0.1" -regex-syntax = "0.4.1" +regex-syntax = "0.5.0" regex = "0.2.2" uucore = { path="../uucore" }