From 9138bb53645c1f5a4231fa6a072c896ebb04c746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Mar 2021 23:38:42 +0000 Subject: [PATCH] build(deps): 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 ++--- zebra-test/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f67bc4efc90..5f4ecfba3a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2516,14 +2516,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/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index bef4c344d31..efb916254e1 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -17,7 +17,7 @@ tracing = "0.1.25" tracing-subscriber = "0.2.17" tracing-error = "0.1.2" spandoc = "0.2.0" -regex = "1.4.3" +regex = "1.4.5" thiserror = "1.0.24" pretty_assertions = "0.7.1" owo-colors = "1.3.0"