Skip to content

Commit e725af7

Browse files
dependabot[bot]def-
authored andcommitted
build(deps): bump regex from 1.11.3 to 1.12.2
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.3 to 1.12.2. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.11.3...1.12.2) --- updated-dependencies: - dependency-name: regex dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b76e3a3 commit e725af7

File tree

17 files changed

+19
-19
lines changed

17 files changed

+19
-19
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/avro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ flate2 = "1.1.5"
2525
itertools = "0.14.0"
2626
mz-ore = { path = "../ore", features = ["test"] }
2727
rand = "0.8.5"
28-
regex = "1.11.3"
28+
regex = "1.12.2"
2929
serde = { version = "1.0.219", features = ["derive"] }
3030
serde_json = "1.0.145"
3131
sha2 = "0.10.9"

src/cluster/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mz-cluster-client = { path = "../cluster-client" }
2020
mz-ore = { path = "../ore", features = ["async", "process", "tracing"] }
2121
mz-service = { path = "../service" }
2222
rand = "0.8.5"
23-
regex = "1.11.3"
23+
regex = "1.12.2"
2424
timely = "0.25.1"
2525
tokio = { version = "1.44.1", features = ["fs", "rt", "sync", "net"] }
2626
tracing = "0.1.37"

src/controller/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ mz-storage-client = { path = "../storage-client" }
3333
mz-storage-controller = { path = "../storage-controller" }
3434
mz-storage-types = { path = "../storage-types" }
3535
mz-txn-wal = { path = "../txn-wal" }
36-
regex = "1.11.3"
36+
regex = "1.12.2"
3737
serde = { version = "1.0.219", features = ["derive"] }
3838
serde_json = "1.0.145"
3939
timely = "0.25.1"

src/environmentd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ rdkafka-sys = { version = "4.3.0", features = [
9595
"zstd",
9696
] }
9797
rand = "0.8.5"
98-
regex = { version = "1.11.3", optional = true }
98+
regex = { version = "1.12.2", optional = true }
9999
reqwest = { version = "0.11.13", features = ["json"] }
100100
rlimit = "0.10.2"
101101
semver = "1.0.27"

src/expr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ num_enum = "0.7.5"
5353
ordered-float = { version = "5.0.0", features = ["serde"] }
5454
paste = "1.0.11"
5555
prost = { version = "0.13.5", features = ["no-recursion-limit"] }
56-
regex = "1.11.3"
56+
regex = "1.12.2"
5757
regex-syntax = "0.8.8"
5858
seahash = "4.1.0"
5959
serde = { version = "1.0.219", features = ["derive"] }

src/lsp-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mz-build-info = { path = "../build-info" }
1919
mz-sql-parser = { path = "../sql-parser", default-features = false }
2020
mz-sql-lexer = { path = "../sql-lexer", default-features = false }
2121
mz-ore = { path = "../ore", default-features = false, features = ["async", "test"] }
22-
regex = "1.11.3"
22+
regex = "1.12.2"
2323
mz-sql-pretty = { path = "../sql-pretty" }
2424
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
2525

src/mysql-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ 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"] }
3737
fancy-regex = "0.14.0"
38-
regex = "1.11.3"
38+
regex = "1.12.2"
3939
serde = { version = "1.0.219", features = ["derive"] }
4040
serde_json = { version = "1.0.145" }
4141
thiserror = "2.0.17"

src/mz-debug/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mz-ore = { path = "../ore", features = ["cli", "test"] }
2323
mz-server-core = { path = "../server-core"}
2424
mz-tls-util = { path = "../tls-util" }
2525
postgres-openssl = { version = "0.5.0" }
26-
regex = "1.11.3"
26+
regex = "1.12.2"
2727
reqwest = { version = "0.11", features = ["stream"] }
2828
serde = "1.0.219"
2929
serde_yaml = "0.9.34"

src/proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ num = "0.4.3"
2121
proptest = { version = "1.7.0", default-features = false, features = ["std"] }
2222
proptest-derive = { version = "0.5.1", features = ["boxed_union"] }
2323
prost = { version = "0.13.5", features = ["no-recursion-limit"] }
24-
regex = "1.11.3"
24+
regex = "1.12.2"
2525
serde = { version = "1.0.219", features = ["derive", "rc"] }
2626
serde_json = { version = "1.0.145", features = ["arbitrary_precision"] }
2727
url = { version = "2.3.1", features = ["serde"] }

0 commit comments

Comments
 (0)