diff --git a/Cargo.lock b/Cargo.lock index 922e7aee6cd64..6221e7a1188c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7526,9 +7526,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.5" +version = "1.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" +checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 1fc8ed9876702..22f7b3b9fb3f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -326,7 +326,7 @@ rand = { version = "0.8.5", default-features = false, features = ["small_rng"] } rand_distr = { version = "0.4.3", default-features = false } rdkafka = { version = "0.35.0", default-features = false, features = ["tokio", "libz", "ssl", "zstd"], optional = true } redis = { version = "0.24.0", default-features = false, features = ["connection-manager", "tokio-comp", "tokio-native-tls-comp"], optional = true } -regex = { version = "1.10.5", default-features = false, features = ["std", "perf"] } +regex = { version = "1.10.6", default-features = false, features = ["std", "perf"] } roaring = { version = "0.10.6", default-features = false, features = ["std"], optional = true } rumqttc = { version = "0.24.0", default-features = false, features = ["use-rustls"], optional = true } seahash = { version = "4.1.0", default-features = false } diff --git a/lib/codecs/Cargo.toml b/lib/codecs/Cargo.toml index e21795f531eb1..dc118dc08a288 100644 --- a/lib/codecs/Cargo.toml +++ b/lib/codecs/Cargo.toml @@ -23,7 +23,7 @@ once_cell = { version = "1.19", default-features = false } ordered-float = { version = "4.2.1", default-features = false } prost = { version = "0.12.6", default-features = false, features = ["std"] } prost-reflect = { version = "0.13", default-features = false, features = ["serde"] } -regex = { version = "1.10.5", default-features = false, features = ["std", "perf"] } +regex = { version = "1.10.6", default-features = false, features = ["std", "perf"] } serde.workspace = true serde_json.workspace = true smallvec = { version = "1", default-features = false, features = ["union"] } diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index 3f113c071c7cf..425d7b91c5434 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -39,7 +39,7 @@ proptest = { version = "1.5", optional = true } prost-types = { version = "0.12", default-features = false } prost = { version = "0.12", default-features = false, features = ["std"] } quanta = { version = "0.12.3", default-features = false } -regex = { version = "1.10.5", default-features = false, features = ["std", "perf"] } +regex = { version = "1.10.6", default-features = false, features = ["std", "perf"] } ryu = { version = "1", default-features = false } serde.workspace = true serde_json.workspace = true diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index b4fa716b8e9dc..20fa5f49dc8b9 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -28,7 +28,7 @@ os_info = { version = "3.8.2", default-features = false } # watch https://github.com/epage/anstyle for official interop with Clap owo-colors = { version = "4.0.0", features = ["supports-colors"] } paste = "1.0.15" -regex = { version = "1.10.5", default-features = false, features = ["std", "perf"] } +regex = { version = "1.10.6", default-features = false, features = ["std", "perf"] } reqwest = { version = "0.11", features = ["json", "blocking"] } serde.workspace = true serde_json.workspace = true