From 9b8c3e5d10296504ac1bcd9d6ef6ebbe6f6d3841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 07:03:29 +0000 Subject: [PATCH] build(deps): bump fancy-regex from 0.11.0 to 0.14.0 Bumps [fancy-regex](https://github.com/fancy-regex/fancy-regex) from 0.11.0 to 0.14.0. - [Release notes](https://github.com/fancy-regex/fancy-regex/releases) - [Changelog](https://github.com/fancy-regex/fancy-regex/blob/main/CHANGELOG.md) - [Commits](https://github.com/fancy-regex/fancy-regex/compare/0.11.0...0.14.0) --- updated-dependencies: - dependency-name: fancy-regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 23 ++++++++++++----------- src/kafka-util/Cargo.toml | 2 +- src/mysql-util/Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e81f88d754542..d353c587d367c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1296,18 +1296,18 @@ dependencies = [ [[package]] name = "bit-set" -version = "0.5.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" +checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" dependencies = [ "bit-vec", ] [[package]] name = "bit-vec" -version = "0.6.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" +checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" [[package]] name = "bitflags" @@ -2677,7 +2677,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2759,12 +2759,13 @@ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" [[package]] name = "fancy-regex" -version = "0.11.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2" +checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298" dependencies = [ "bit-set", - "regex", + "regex-automata 0.4.7", + "regex-syntax 0.8.3", ] [[package]] @@ -9328,7 +9329,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -10065,7 +10066,7 @@ dependencies = [ "cfg-if", "libc", "psm", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -10312,7 +10313,7 @@ dependencies = [ "fastrand 2.3.0", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/src/kafka-util/Cargo.toml b/src/kafka-util/Cargo.toml index 713a5eb13a244..6933b8c08988e 100644 --- a/src/kafka-util/Cargo.toml +++ b/src/kafka-util/Cargo.toml @@ -19,7 +19,7 @@ base64 = "0.22.0" chrono = { version = "0.4.39", default-features = false, features = ["std"] } clap = { version = "4.5.23", features = ["derive"] } crossbeam = "0.8.2" -fancy-regex = "0.11.0" +fancy-regex = "0.14.0" futures = "0.3.25" mz-avro = { path = "../avro" } mz-ccsr = { path = "../ccsr" } diff --git a/src/mysql-util/Cargo.toml b/src/mysql-util/Cargo.toml index b30254ae4d784..899ea261e024a 100644 --- a/src/mysql-util/Cargo.toml +++ b/src/mysql-util/Cargo.toml @@ -30,7 +30,7 @@ mysql_async = { version = "0.35.1", default-features = false, features = [ prost = { version = "0.13.4", features = ["no-recursion-limit"] } proptest = { version = "1.6.0", default-features = false, features = ["std"] } proptest-derive = { version = "0.5.1", features = ["boxed_union"] } -fancy-regex = "0.11.0" +fancy-regex = "0.14.0" regex = "1.7.0" serde = { version = "1.0.152", features = ["derive"] } serde_json = { version = "1.0.125" }