Skip to content

Commit 18d6b9b

Browse files
dependabot[bot]def-
authored andcommitted
build(deps): bump fancy-regex from 0.14.0 to 0.16.2
Bumps [fancy-regex](https://github.com/fancy-regex/fancy-regex) from 0.14.0 to 0.16.2. - [Release notes](https://github.com/fancy-regex/fancy-regex/releases) - [Changelog](https://github.com/fancy-regex/fancy-regex/blob/main/CHANGELOG.md) - [Commits](fancy-regex/fancy-regex@0.14.0...0.16.2) --- updated-dependencies: - dependency-name: fancy-regex dependency-version: 0.16.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 59c9fa4 commit 18d6b9b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/kafka-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ base64 = "0.22.1"
1919
chrono = { version = "0.4.39", default-features = false, features = ["std"] }
2020
clap = { version = "4.5.23", features = ["derive"] }
2121
crossbeam = "0.8.4"
22-
fancy-regex = "0.14.0"
22+
fancy-regex = "0.16.2"
2323
futures = "0.3.31"
2424
itertools = "0.14.0"
2525
mz-avro = { path = "../avro" }

src/mysql-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ mysql_async = { version = "0.36.1", default-features = false, features = [
3434
prost = { version = "0.13.5", features = ["no-recursion-limit"] }
3535
proptest = { version = "1.7.0", default-features = false, features = ["std"] }
3636
proptest-derive = { version = "0.5.1", features = ["boxed_union"] }
37-
fancy-regex = "0.14.0"
37+
fancy-regex = "0.16.2"
3838
regex = "1.12.2"
3939
serde = { version = "1.0.219", features = ["derive"] }
4040
serde_json = { version = "1.0.145" }

0 commit comments

Comments
 (0)