From 7eebf9cfa4260448ef8cd89a5a513918247143ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Apr 2021 05:33:59 +0000 Subject: [PATCH] chore(deps): bump regex from 1.4.1 to 1.4.6 Bumps [regex](https://github.com/rust-lang/regex) from 1.4.1 to 1.4.6. - [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/1.4.1...1.4.6) Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++++-------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05ce2c94e56..55fabb502fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -333,21 +333,20 @@ dependencies = [ [[package]] name = "regex" -version = "1.4.1" +version = "1.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8963b85b8ce3074fecffde43b4b0dded83ce2f367dc8d363afc56679f3ee820b" +checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759" dependencies = [ "aho-corasick", "memchr", "regex-syntax", - "thread_local", ] [[package]] name = "regex-syntax" -version = "0.6.20" +version = "0.6.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c" +checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548" [[package]] name = "rust-argon2" @@ -446,15 +445,6 @@ dependencies = [ "syn", ] -[[package]] -name = "thread_local" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" -dependencies = [ - "lazy_static", -] - [[package]] name = "toml" version = "0.5.7" diff --git a/Cargo.toml b/Cargo.toml index 506b06a6f46..5c788d00daf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ confy = "0.4.0" dirs = "3.0.1" is-root = "0.1.2" lazy_static = "1.4.0" -regex = "1.3.9" +regex = "1.4.6" serde = {version = "1.0.116", features = ["derive"]} subprocess = "0.2.6" which = "4.0.2"