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 }