Skip to content

Commit b03b21b

Browse files
authored
Merge pull request #6097 from MaterializeInc/dependabot/cargo/regex-1.4.5
build(deps): bump regex from 1.4.3 to 1.4.5
2 parents 7cd12c0 + bcc8ffb commit b03b21b

File tree

13 files changed

+14
-15
lines changed

13 files changed

+14
-15
lines changed

Cargo.lock

Lines changed: 2 additions & 3 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
@@ -23,7 +23,7 @@ flate2 = "1.0.20"
2323
itertools = "0.9.0"
2424
log = "0.4.13"
2525
rand = "0.8.3"
26-
regex = "1.4.3"
26+
regex = "1.4.5"
2727
serde = { version = "1.0.124", features = ["derive"] }
2828
serde_json = "1.0.64"
2929
sha2 = "0.9.3"

src/coord/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ postgres-types = "0.2.0"
3232
prometheus = { git = "https://github.com/MaterializeInc/rust-prometheus.git", default-features = false }
3333
rand = "0.8.3"
3434
rdkafka = { git = "https://github.com/fede1024/rust-rdkafka.git", features = ["cmake-build", "libz-static"] }
35-
regex = "1.4.3"
35+
regex = "1.4.5"
3636
repr = { path = "../repr" }
3737
rusoto_kinesis = { git = "https://github.com/rusoto/rusoto.git" }
3838
rusqlite = { version = "0.24.0", features = ["bundled", "unlock_notify"] }

src/dataflow-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ globset = { version = "0.4.0", features = ["serde1"] }
1414
interchange = { path = "../interchange" }
1515
kafka-util = { path = "../kafka-util" }
1616
log = "0.4.13"
17-
regex = "1.4.3"
17+
regex = "1.4.5"
1818
repr = { path = "../repr" }
1919
rusoto_core = { git = "https://github.com/rusoto/rusoto.git" }
2020
serde = { version = "1.0.124", features = ["derive"] }

src/dataflow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ prometheus = { git = "https://github.com/MaterializeInc/rust-prometheus.git", de
3434
prometheus-static-metric = { git = "https://github.com/MaterializeInc/rust-prometheus.git" }
3535
rand = "0.8.3"
3636
rdkafka = { git = "https://github.com/fede1024/rust-rdkafka.git", features = ["cmake-build", "ssl-vendored", "gssapi-vendored", "libz-static", "zstd"] }
37-
regex = "1.4.3"
37+
regex = "1.4.5"
3838
repr = { path = "../repr" }
3939
rusoto_core = { git = "https://github.com/rusoto/rusoto.git" }
4040
rusoto_credential = { git = "https://github.com/rusoto/rusoto.git" }

src/expr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ordered-float = { version = "2.1.1", features = ["serde"] }
2121
ore = { path = "../ore" }
2222
pgrepr = { path = "../pgrepr"}
2323
pdqselect = "0.1.0"
24-
regex = "1.4.3"
24+
regex = "1.4.5"
2525
regex-syntax = "0.6.23"
2626
repr = { path = "../repr" }
2727
serde = { version = "1.0.124", features = ["derive"] }

src/peeker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ore = { path = "../ore" }
1616
parse_duration = "2.1.0"
1717
postgres = "0.19.0"
1818
prometheus = { git = "https://github.com/MaterializeInc/rust-prometheus.git", default-features = false }
19-
regex = "1.4.3"
19+
regex = "1.4.5"
2020
serde = { version = "1.0.124", features = ["derive"] }
2121
structopt = "0.3.21"
2222
tokio = { version = "1.3.0", features = ["rt-multi-thread"] }

src/repr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lazy_static = "1.4.0"
2626
num-traits = "0.2.14"
2727
ordered-float = { version = "2.1.1", features = ["serde"] }
2828
ore = { path = "../ore" }
29-
regex = "1.4.3"
29+
regex = "1.4.5"
3030
ryu = "1.0.5"
3131
serde = { version = "1.0.124", features = ["derive"] }
3232
serde_json = "1.0.64"

src/sql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ parse_duration = "2.1.0"
2727
pgrepr = { path = "../pgrepr" }
2828
postgres-types = { version = "0.2.0", features = ["with-chrono-0_4", "with-uuid-0_8"] }
2929
rdkafka = { git = "https://github.com/fede1024/rust-rdkafka.git", features = ["cmake-build", "ssl-vendored", "gssapi-vendored", "libz-static"] }
30-
regex = "1.4.3"
30+
regex = "1.4.5"
3131
repr = { path = "../repr" }
3232
reqwest = "0.11.1"
3333
rusoto_core = { git = "https://github.com/rusoto/rusoto.git" }

src/sqllogictest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ md-5 = "0.9.0"
1717
ore = { path = "../ore" }
1818
pgrepr = { path = "../pgrepr" }
1919
postgres-protocol = "0.6.0"
20-
regex = "1.4.3"
20+
regex = "1.4.5"
2121
repr = { path = "../repr" }
2222
serde_json = "1.0.64"
2323
sql = { path = "../sql" }

src/storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dataflow-types = { path = "../dataflow-types" }
1313
expr = { path = "../expr" }
1414
lazy_static = "1.4.0"
1515
log = "0.4.13"
16-
regex = "1.4.3"
16+
regex = "1.4.5"
1717
repr = { path = "../repr" }
1818
timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", default-features = false, features = ["bincode"] }
1919
tokio = "1.3.0"

src/testdrive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ postgres_array = "0.11.0"
3131
protobuf = { version = "2.17.0", features = ["with-serde"] }
3232
rand = "0.8.3"
3333
rdkafka = { git = "https://github.com/fede1024/rust-rdkafka.git", features = ["cmake-build", "libz-static"] }
34-
regex = "1.4.3"
34+
regex = "1.4.5"
3535
repr = { path = "../repr" }
3636
reqwest = { version = "0.11.1", features = ["native-tls-vendored"] }
3737
rusoto_core = { git = "https://github.com/rusoto/rusoto.git" }

test/correctness/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pgrepr = { path = "../../src/pgrepr" }
2323
postgres = "0.19.0"
2424
postgres-types = "0.2.0"
2525
prometheus = { git = "https://github.com/MaterializeInc/rust-prometheus.git", default-features = false }
26-
regex = "1.4.3"
26+
regex = "1.4.5"
2727
serde = { version = "1.0.124", features = ["derive"] }
2828
structopt = "0.3.21"
2929
tokio = "1.3.0"

0 commit comments

Comments
 (0)