From ba1cf03881c7c22e7785e11d918b450916530eac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 04:30:16 +0000 Subject: [PATCH] build(deps): bump reqwest from 0.11.6 to 0.11.7 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.6 to 0.11.7. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.6...v0.11.7) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/ccsr/Cargo.toml | 2 +- src/http-proxy/Cargo.toml | 2 +- src/materialized/Cargo.toml | 6 +++--- src/metabase/Cargo.toml | 2 +- src/sql/Cargo.toml | 2 +- src/testdrive/Cargo.toml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c85818c831ed7..4d58a9c16a14e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4193,9 +4193,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.6" +version = "0.11.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66d2927ca2f685faf0fc620ac4834690d29e7abb153add10f5812eef20b5e280" +checksum = "07bea77bc708afa10e59905c3d4af7c8fd43c9214251673095ff8b14345fcbc5" dependencies = [ "base64", "bytes", diff --git a/src/ccsr/Cargo.toml b/src/ccsr/Cargo.toml index d193bac2c66aa..e4d887ef5e952 100644 --- a/src/ccsr/Cargo.toml +++ b/src/ccsr/Cargo.toml @@ -11,7 +11,7 @@ futures = "0.3.18" mz-http-proxy = { path = "../http-proxy", features = ["reqwest"] } native-tls = "0.2.8" openssl = { version = "0.10.38", features = ["vendored"] } -reqwest = { version = "0.11.6", features = ["blocking", "json", "native-tls-vendored"] } +reqwest = { version = "0.11.7", features = ["blocking", "json", "native-tls-vendored"] } serde = { version = "1.0.130", features = ["derive"] } url = { version = "2.2.2", features = ["serde"] } diff --git a/src/http-proxy/Cargo.toml b/src/http-proxy/Cargo.toml index dbbdf75208ec8..6c7686de9c7d7 100644 --- a/src/http-proxy/Cargo.toml +++ b/src/http-proxy/Cargo.toml @@ -17,7 +17,7 @@ hyper-tls = { version = "0.5.0", optional = true } ipnet = "2.3.1" lazy_static = "1.1.1" log = "0.4.13" -reqwest = { version = "0.11.6", optional = true } +reqwest = { version = "0.11.7", optional = true } [features] hyper = ["hyper-dep", "hyper-proxy", "hyper-tls"] diff --git a/src/materialized/Cargo.toml b/src/materialized/Cargo.toml index 942f255bc6e34..6b216deecedd3 100644 --- a/src/materialized/Cargo.toml +++ b/src/materialized/Cargo.toml @@ -68,7 +68,7 @@ prof = { path = "../prof" } prometheus = { git = "https://github.com/MaterializeInc/rust-prometheus.git", default-features = false } rdkafka-sys = { git = "https://github.com/fede1024/rust-rdkafka.git", features = ["cmake-build", "libz-static"] } repr = { path = "../repr" } -reqwest = { version = "0.11.6", features = ["json"] } +reqwest = { version = "0.11.7", features = ["json"] } rlimit = "0.6.2" semver = "1.0.4" serde = { version = "1.0.130", features = ["derive"] } @@ -114,7 +114,7 @@ postgres_array = { git = "https://github.com/MaterializeInc/rust-postgres-array" predicates = "2.1.0" rand = "0.8.4" repr = { path = "../repr" } -reqwest = { version = "0.11.6", features = ["blocking"] } +reqwest = { version = "0.11.7", features = ["blocking"] } serde_json = "1.0.72" tokio-postgres = { git = "https://github.com/MaterializeInc/rust-postgres", branch = "mz-0.7.2", features = ["with-chrono-0_4"] } @@ -125,7 +125,7 @@ cc = "1.0.72" flate2 = "1.0.22" hex = "0.4.3" hex-literal = "0.3.4" -reqwest = { version = "0.11.6", features = ["blocking"] } +reqwest = { version = "0.11.7", features = ["blocking"] } sha2 = "0.9.8" tar = "0.4.37" walkdir = "2.3.2" diff --git a/src/metabase/Cargo.toml b/src/metabase/Cargo.toml index d1a67efa60532..67aa029d2f2b4 100644 --- a/src/metabase/Cargo.toml +++ b/src/metabase/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" publish = false [dependencies] -reqwest = "0.11.6" +reqwest = "0.11.7" serde = { version = "1.0.130", features = ["derive"] } diff --git a/src/sql/Cargo.toml b/src/sql/Cargo.toml index c71a4f8fe5dc5..c023322b67e80 100644 --- a/src/sql/Cargo.toml +++ b/src/sql/Cargo.toml @@ -34,7 +34,7 @@ mz-protoc = { path = "../../src/protoc" } rdkafka = { git = "https://github.com/fede1024/rust-rdkafka.git", features = ["cmake-build", "ssl-vendored", "gssapi-vendored", "libz-static"] } regex = "1.5.4" repr = { path = "../repr" } -reqwest = "0.11.6" +reqwest = "0.11.7" serde = { version = "1.0.130", features = ["derive"] } serde_json = "1.0.72" sql-parser = { path = "../sql-parser" } diff --git a/src/testdrive/Cargo.toml b/src/testdrive/Cargo.toml index 1d8fc0f414e8a..d7d3342bcc0be 100644 --- a/src/testdrive/Cargo.toml +++ b/src/testdrive/Cargo.toml @@ -40,7 +40,7 @@ rand = "0.8.4" rdkafka = { git = "https://github.com/fede1024/rust-rdkafka.git", features = ["cmake-build", "libz-static"] } regex = "1.5.4" repr = { path = "../repr" } -reqwest = { version = "0.11.6", features = ["native-tls-vendored"] } +reqwest = { version = "0.11.7", features = ["native-tls-vendored"] } serde = "1.0.130" serde_json = { version = "1.0.72", features = ["raw_value"] } similar = "2.1.0"