Skip to content

Commit

Permalink
build(deps): bump reqwest from 0.11.6 to 0.11.7
Browse files Browse the repository at this point in the history
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](seanmonstar/reqwest@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2021
1 parent e2a32e6 commit ba1cf03
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 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/ccsr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

Expand Down
2 changes: 1 addition & 1 deletion src/http-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
6 changes: 3 additions & 3 deletions src/materialized/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down Expand Up @@ -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"] }

Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/metabase/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
publish = false

[dependencies]
reqwest = "0.11.6"
reqwest = "0.11.7"
serde = { version = "1.0.130", features = ["derive"] }
2 changes: 1 addition & 1 deletion src/sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion src/testdrive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ba1cf03

Please sign in to comment.