From 59e532e89f618cef60a46f1a6d8dcc6525d5b14f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 07:53:38 +0000 Subject: [PATCH] Bump regex from 1.4.3 to 1.4.5 Bumps [regex](https://github.com/rust-lang/regex) from 1.4.3 to 1.4.5. - [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.3...1.4.5) Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4e7948..54bf54d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1747,14 +1747,13 @@ dependencies = [ [[package]] name = "regex" -version = "1.4.3" +version = "1.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a" +checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19" dependencies = [ "aho-corasick", "memchr", "regex-syntax", - "thread_local", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3f05ee4..0ff886e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ docopt = "1.1.0" serde = "1.0.123" serde_derive = "1.0.104" itertools = "0.10.0" -regex = "1.4.3" +regex = "1.4.5" lazy_static = "1.4.0" failure = "0.1.8" reqwest = { version = "0.11.0", features = ["blocking", "cookies", "json"] }