Skip to content

Commit

Permalink
Merge pull request #31371 from MaterializeInc/dependabot/cargo/fancy-…
Browse files Browse the repository at this point in the history
…regex-0.14.0

build(deps): bump fancy-regex from 0.11.0 to 0.14.0
  • Loading branch information
def- authored Feb 12, 2025
2 parents d8ed588 + 160bb60 commit 58de9d9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 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
4 changes: 2 additions & 2 deletions src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ rand = { version = "0.8.5", features = ["small_rng"] }
rand_chacha = { version = "0.3.0" }
rdkafka-sys = { git = "https://github.com/MaterializeInc/rust-rdkafka.git", features = ["cmake-build", "libz-static", "ssl-vendored", "zstd"] }
regex = { version = "1.10.5" }
regex-automata = { version = "0.4.7", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa", "perf", "unicode"] }
regex-automata = { version = "0.4.7", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
regex-syntax = { version = "0.8.3" }
reqwest-5ef9efb8ec2df382 = { package = "reqwest", version = "0.12.4", default-features = false, features = ["blocking", "charset", "default-tls", "http2", "json", "stream"] }
reqwest-a6292c17cd707f01 = { package = "reqwest", version = "0.11.24", features = ["blocking", "json", "multipart", "native-tls-vendored", "stream"] }
Expand Down Expand Up @@ -242,7 +242,7 @@ rand = { version = "0.8.5", features = ["small_rng"] }
rand_chacha = { version = "0.3.0" }
rdkafka-sys = { git = "https://github.com/MaterializeInc/rust-rdkafka.git", features = ["cmake-build", "libz-static", "ssl-vendored", "zstd"] }
regex = { version = "1.10.5" }
regex-automata = { version = "0.4.7", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa", "perf", "unicode"] }
regex-automata = { version = "0.4.7", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
regex-syntax = { version = "0.8.3" }
reqwest-5ef9efb8ec2df382 = { package = "reqwest", version = "0.12.4", default-features = false, features = ["blocking", "charset", "default-tls", "http2", "json", "stream"] }
reqwest-a6292c17cd707f01 = { package = "reqwest", version = "0.11.24", features = ["blocking", "json", "multipart", "native-tls-vendored", "stream"] }
Expand Down

0 comments on commit 58de9d9

Please sign in to comment.