Skip to content

Commit

Permalink
build(deps): bump regex from 1.4.3 to 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 16, 2021
1 parent 6a10306 commit ecaea52
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 15 deletions.
5 changes: 2 additions & 3 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/avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ flate2 = "1.0.20"
itertools = "0.9.0"
log = "0.4.13"
rand = "0.8.3"
regex = "1.4.3"
regex = "1.4.5"
serde = { version = "1.0.124", features = ["derive"] }
serde_json = "1.0.64"
sha2 = "0.9.3"
Expand Down
2 changes: 1 addition & 1 deletion src/coord/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ postgres-types = "0.2.0"
prometheus = { git = "https://github.com/MaterializeInc/rust-prometheus.git", default-features = false }
rand = "0.8.3"
rdkafka = { git = "https://github.com/fede1024/rust-rdkafka.git", features = ["cmake-build", "libz-static"] }
regex = "1.4.3"
regex = "1.4.5"
repr = { path = "../repr" }
rusoto_kinesis = { git = "https://github.com/rusoto/rusoto.git" }
rusqlite = { version = "0.24.0", features = ["bundled", "unlock_notify"] }
Expand Down
2 changes: 1 addition & 1 deletion src/dataflow-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ globset = { version = "0.4.0", features = ["serde1"] }
interchange = { path = "../interchange" }
kafka-util = { path = "../kafka-util" }
log = "0.4.13"
regex = "1.4.3"
regex = "1.4.5"
repr = { path = "../repr" }
rusoto_core = { git = "https://github.com/rusoto/rusoto.git" }
serde = { version = "1.0.124", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion src/dataflow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ prometheus = { git = "https://github.com/MaterializeInc/rust-prometheus.git", de
prometheus-static-metric = { git = "https://github.com/MaterializeInc/rust-prometheus.git" }
rand = "0.8.3"
rdkafka = { git = "https://github.com/fede1024/rust-rdkafka.git", features = ["cmake-build", "ssl-vendored", "gssapi-vendored", "libz-static", "zstd"] }
regex = "1.4.3"
regex = "1.4.5"
repr = { path = "../repr" }
rusoto_core = { git = "https://github.com/rusoto/rusoto.git" }
rusoto_credential = { git = "https://github.com/rusoto/rusoto.git" }
Expand Down
2 changes: 1 addition & 1 deletion src/expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ordered-float = { version = "2.1.1", features = ["serde"] }
ore = { path = "../ore" }
pgrepr = { path = "../pgrepr"}
pdqselect = "0.1.0"
regex = "1.4.3"
regex = "1.4.5"
regex-syntax = "0.6.23"
repr = { path = "../repr" }
serde = { version = "1.0.124", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion src/peeker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ore = { path = "../ore" }
parse_duration = "2.1.0"
postgres = "0.19.0"
prometheus = { git = "https://github.com/MaterializeInc/rust-prometheus.git", default-features = false }
regex = "1.4.3"
regex = "1.4.5"
serde = { version = "1.0.124", features = ["derive"] }
structopt = "0.3.21"
tokio = { version = "1.3.0", features = ["rt-multi-thread"] }
Expand Down
2 changes: 1 addition & 1 deletion src/repr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lazy_static = "1.4.0"
num-traits = "0.2.14"
ordered-float = { version = "2.1.1", features = ["serde"] }
ore = { path = "../ore" }
regex = "1.4.3"
regex = "1.4.5"
ryu = "1.0.5"
serde = { version = "1.0.124", features = ["derive"] }
serde_json = "1.0.64"
Expand Down
2 changes: 1 addition & 1 deletion src/sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parse_duration = "2.1.0"
pgrepr = { path = "../pgrepr" }
postgres-types = { version = "0.2.0", features = ["with-chrono-0_4", "with-uuid-0_8"] }
rdkafka = { git = "https://github.com/fede1024/rust-rdkafka.git", features = ["cmake-build", "ssl-vendored", "gssapi-vendored", "libz-static"] }
regex = "1.4.3"
regex = "1.4.5"
repr = { path = "../repr" }
reqwest = "0.11.1"
rusoto_core = { git = "https://github.com/rusoto/rusoto.git" }
Expand Down
2 changes: 1 addition & 1 deletion src/sqllogictest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ md-5 = "0.9.0"
ore = { path = "../ore" }
pgrepr = { path = "../pgrepr" }
postgres-protocol = "0.6.0"
regex = "1.4.3"
regex = "1.4.5"
repr = { path = "../repr" }
serde_json = "1.0.64"
sql = { path = "../sql" }
Expand Down
2 changes: 1 addition & 1 deletion src/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dataflow-types = { path = "../dataflow-types" }
expr = { path = "../expr" }
lazy_static = "1.4.0"
log = "0.4.13"
regex = "1.4.3"
regex = "1.4.5"
repr = { path = "../repr" }
timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", default-features = false, features = ["bincode"] }
tokio = "1.3.0"
2 changes: 1 addition & 1 deletion src/testdrive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ postgres_array = "0.11.0"
protobuf = { version = "2.17.0", features = ["with-serde"] }
rand = "0.8.3"
rdkafka = { git = "https://github.com/fede1024/rust-rdkafka.git", features = ["cmake-build", "libz-static"] }
regex = "1.4.3"
regex = "1.4.5"
repr = { path = "../repr" }
reqwest = { version = "0.11.1", features = ["native-tls-vendored"] }
rusoto_core = { git = "https://github.com/rusoto/rusoto.git" }
Expand Down
2 changes: 1 addition & 1 deletion test/correctness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pgrepr = { path = "../../src/pgrepr" }
postgres = "0.19.0"
postgres-types = "0.2.0"
prometheus = { git = "https://github.com/MaterializeInc/rust-prometheus.git", default-features = false }
regex = "1.4.3"
regex = "1.4.5"
serde = { version = "1.0.124", features = ["derive"] }
structopt = "0.3.21"
tokio = "1.3.0"
Expand Down

0 comments on commit ecaea52

Please sign in to comment.