Skip to content

Commit

Permalink
Merge #135
Browse files Browse the repository at this point in the history
135: fix(deps): update rust crate reqwest to 0.11.11 r=renovate[bot] a=renovate[bot]

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [reqwest](https://github.com/seanmonstar/reqwest) | dependencies | patch | `0.11.10` -> `0.11.11` |

---

### Release Notes

<details>
<summary>seanmonstar/reqwest</summary>

### [`v0.11.11`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01111)

[Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.11.10...v0.11.11)

-   Add HTTP/2 keep-alive configuration methods on `ClientBuilder`.
-   Add `ClientBuilder::http1_allow_obsolete_multiline_headers_in_responses()`.
-   Add `impl Service<Request>` for `Client` and `&'_ Client`.
-   (wasm) Add `RequestBuilder::basic_auth()`.
-   Fix `RequestBuilder::header` to not override `sensitive` if user explicitly set on a `HeaderValue`.
-   Fix rustls parsing of elliptic curve private keys.
-   Fix Proxy URL parsing of some invalid targets.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/jaysonsantos/aur-pkgbuild-updater).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot committed Jun 14, 2022
2 parents b789cc3 + f29f051 commit 477afae
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 43 deletions.
129 changes: 87 additions & 42 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ directories = "4.0.1"
futures = "0.3.21"
lazy_static = "1.4.0"
lenient_semver = "0.4.2"
reqwest = { version = "0.11.10", features = ["json", "stream"] }
reqwest = { version = "0.11.11", features = ["json", "stream"] }
scraper = "0.13.0"
semver = { version = "1.0.10", features = ["serde"] }
serde = { version = "1.0.137", features = ["derive"] }
Expand Down

0 comments on commit 477afae

Please sign in to comment.