From bcc8ffb7efe390f78145999946854cabcf4f10a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 22:47:36 +0000 Subject: [PATCH] build(deps): bump regex from 1.4.3 to 1.4.5 Bumps [regex](https://github.com/rust-lang/regex) from 1.4.3 to 1.4.5. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.4.3...1.4.5) Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- src/avro/Cargo.toml | 2 +- src/coord/Cargo.toml | 2 +- src/dataflow-types/Cargo.toml | 2 +- src/dataflow/Cargo.toml | 2 +- src/expr/Cargo.toml | 2 +- src/peeker/Cargo.toml | 2 +- src/repr/Cargo.toml | 2 +- src/sql/Cargo.toml | 2 +- src/sqllogictest/Cargo.toml | 2 +- src/storage/Cargo.toml | 2 +- src/testdrive/Cargo.toml | 2 +- test/correctness/Cargo.toml | 2 +- 13 files changed, 14 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e78ff73b8f1c..64fca7ea37a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3247,14 +3247,13 @@ dependencies = [ [[package]] name = "regex" -version = "1.4.3" +version = "1.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a" +checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19" dependencies = [ "aho-corasick", "memchr", "regex-syntax", - "thread_local", ] [[package]] diff --git a/src/avro/Cargo.toml b/src/avro/Cargo.toml index ad126d4943ee..6cf5a8ffd144 100644 --- a/src/avro/Cargo.toml +++ b/src/avro/Cargo.toml @@ -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" diff --git a/src/coord/Cargo.toml b/src/coord/Cargo.toml index cb4aa3f389c1..879c68260b5e 100644 --- a/src/coord/Cargo.toml +++ b/src/coord/Cargo.toml @@ -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"] } diff --git a/src/dataflow-types/Cargo.toml b/src/dataflow-types/Cargo.toml index 54af0033c897..2a7e04f8c8de 100644 --- a/src/dataflow-types/Cargo.toml +++ b/src/dataflow-types/Cargo.toml @@ -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"] } diff --git a/src/dataflow/Cargo.toml b/src/dataflow/Cargo.toml index 2722a681ad9f..4822ad8e62dd 100644 --- a/src/dataflow/Cargo.toml +++ b/src/dataflow/Cargo.toml @@ -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" } diff --git a/src/expr/Cargo.toml b/src/expr/Cargo.toml index 5fd668ffb534..6eedd5bc5981 100644 --- a/src/expr/Cargo.toml +++ b/src/expr/Cargo.toml @@ -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"] } diff --git a/src/peeker/Cargo.toml b/src/peeker/Cargo.toml index 7b5eca249e91..8808cb511c34 100644 --- a/src/peeker/Cargo.toml +++ b/src/peeker/Cargo.toml @@ -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"] } diff --git a/src/repr/Cargo.toml b/src/repr/Cargo.toml index 13a841652dcf..5566407dfb99 100644 --- a/src/repr/Cargo.toml +++ b/src/repr/Cargo.toml @@ -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" diff --git a/src/sql/Cargo.toml b/src/sql/Cargo.toml index a32f455c8f2b..d5956c62ef38 100644 --- a/src/sql/Cargo.toml +++ b/src/sql/Cargo.toml @@ -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" } diff --git a/src/sqllogictest/Cargo.toml b/src/sqllogictest/Cargo.toml index 413f427e8108..867b9a8c7327 100644 --- a/src/sqllogictest/Cargo.toml +++ b/src/sqllogictest/Cargo.toml @@ -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" } diff --git a/src/storage/Cargo.toml b/src/storage/Cargo.toml index 1737a10b5ea4..b88d8db736d1 100644 --- a/src/storage/Cargo.toml +++ b/src/storage/Cargo.toml @@ -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" diff --git a/src/testdrive/Cargo.toml b/src/testdrive/Cargo.toml index cdb0c0fd2383..d66b6b301a5b 100644 --- a/src/testdrive/Cargo.toml +++ b/src/testdrive/Cargo.toml @@ -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" } diff --git a/test/correctness/Cargo.toml b/test/correctness/Cargo.toml index f55723c715a4..e934be4c630e 100644 --- a/test/correctness/Cargo.toml +++ b/test/correctness/Cargo.toml @@ -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"