From c1d7ca9279c315ad6a555c5d128d2ab1f1c321e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 04:03:08 +0000 Subject: [PATCH] chore(deps): bump regex from 1.4.3 to 1.4.4 Bumps [regex](https://github.com/rust-lang/regex) from 1.4.3 to 1.4.4. - [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.4) 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 1027157e924b8..19627f322fdf7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5794,14 +5794,13 @@ dependencies = [ [[package]] name = "regex" -version = "1.4.3" +version = "1.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a" +checksum = "54fd1046a3107eb58f42de31d656fee6853e5d276c455fd943742dce89fc3dd3" dependencies = [ "aho-corasick", "memchr", "regex-syntax", - "thread_local", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 13b9c2948ab6f..59999db91e804 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -201,7 +201,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.4" # 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 }