Skip to content

Commit 99951df

Browse files
committed
Auto merge of #4427 - rust-lang:renovate/reqwest-0.x, r=Turbo87
Update Rust crate reqwest to v0.11.9 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [reqwest](https://crates.io/crates/reqwest) | dependencies | patch | `=0.11.8` -> `=0.11.9` | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 59dae22 + fa8818d commit 99951df

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ oauth2 = { version = "=4.1.0", default-features = false, features = ["reqwest"]
6969
parking_lot = "=0.11.2"
7070
prometheus = { version = "=0.13.0", default-features = false }
7171
rand = "=0.8.4"
72-
reqwest = { version = "=0.11.8", features = ["blocking", "gzip", "json"] }
72+
reqwest = { version = "=0.11.9", features = ["blocking", "gzip", "json"] }
7373
scheduled-thread-pool = "=0.2.5"
7474
semver = { version = "=1.0.4", features = ["serde"] }
7575
sentry = { version = "=0.23.0", features = ["tracing"] }

cargo-registry-s3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ base64 = "=0.13.0"
1717
chrono = "=0.4.19"
1818
sha-1 = "=0.10.0"
1919
hmac = "=0.12.0"
20-
reqwest = { version = "=0.11.8", features = ["blocking"] }
20+
reqwest = { version = "=0.11.9", features = ["blocking"] }

0 commit comments

Comments
 (0)