From 881a78be63a5a5e40b63d89ca46b93d9a39b9348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 16:19:34 +0000 Subject: [PATCH] chore(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 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b3930fe0a6ea..c071d7a6f48e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5794,14 +5794,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 1069dbe2eefec..4eeb2f55a46b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -202,7 +202,7 @@ pulsar = { version = "1.0.0", default-features = false, features = ["tokio-runti rand = { version = "0.8.0", features = ["small_rng"] } rand_distr = "0.4.0" rdkafka = { version = "0.24.0", features = ["libz", "ssl", "zstd"], optional = true } -regex = "1.3.9" +regex = "1.4.5" # make sure to update the external docs when the Lua version changes rlua = { version = "0.17.0", optional = true } seahash = { version = "4.0.1", optional = true }