Skip to content

Commit

Permalink
build(deps): bump fancy-regex from 0.11.0 to 0.14.0
Browse files Browse the repository at this point in the history
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](fancy-regex/fancy-regex@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 8, 2025
1 parent 4ea24b3 commit cc28224
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/kafka-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion src/mysql-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit cc28224

Please sign in to comment.