From 06f25d2b276f12c2010f37132125694117628b8b Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Thu, 1 Nov 2018 06:16:02 +0100 Subject: [PATCH] chore(bump regex) (#9842) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- logger/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6bdf12b30..fb79c020b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -694,7 +694,7 @@ dependencies = [ "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2221,7 +2221,7 @@ dependencies = [ "parity-whisper 0.1.0", "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "pretty_assertions 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "registrar 0.0.1", "rlp 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "rpassword 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 02ef3dce0..c73877594 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ rpassword = "1.0" semver = "0.9" ansi_term = "0.10" parking_lot = "0.6" -regex = "0.2" +regex = "1.0" atty = "0.2.8" toml = "0.4" serde = "1.0" diff --git a/logger/Cargo.toml b/logger/Cargo.toml index fd59fad7a..20b0de570 100644 --- a/logger/Cargo.toml +++ b/logger/Cargo.toml @@ -10,7 +10,7 @@ log = "0.4" env_logger = "0.5" atty = "0.2" lazy_static = "1.0" -regex = "0.2" +regex = "1.0" time = "0.1" parking_lot = "0.6" arrayvec = "0.4"