Skip to content

fix(deps): update rust crate reqwest to 0.11.18#65

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/reqwest-0.x
Open

fix(deps): update rust crate reqwest to 0.11.18#65
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/reqwest-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 21, 2021

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Type Update Change
reqwest dependencies patch 0.11.3 -> 0.11.18

Release Notes

seanmonstar/reqwest (reqwest)

v0.11.18

Compare Source

  • Fix RequestBuilder::json() method from overriding a previously set content-type header. An existing value will be left in place.
  • Upgrade internal dependencies for rustls and compression.

v0.11.17

Compare Source

  • Upgrade internal dependencies of Experimental HTTP/3 to use quinn v0.9
  • (wasm) Fix blob url support

v0.11.16

Compare Source

  • Chore: set MSRV in Cargo.toml.
  • Docs: fix build on docs.rs

v0.11.15

Compare Source

  • Add RequestBuilder methods to split and reconstruct from its parts.
  • Add experimental HTTP/3 support.
  • Fix connection_verbose to log write_vectored calls.
  • (wasm) Make requests actually cancel if the future is dropped.

v0.11.14

Compare Source

  • Adds Proxy::no_proxy(url) that works like the NO_PROXY environment variable.
  • Adds multipart::Part::headers(headers) method to add custom headers.
  • (wasm) Add Response::bytes_stream().
  • Perf: several internal optimizations reducing copies and memory allocations.

v0.11.13

Compare Source

  • Add ClientBuilder::dns_resolver() option for custom DNS resolvers.
  • Add ClientBuilder::tls_sni(bool) option to enable or disable TLS Server Name Indication.
  • Add Identity::from_pkcs8_pem() constructor when using native-tls.
  • Fix redirect::Policy::limited(0) from following any redirects.

v0.11.12

Compare Source

  • Add ClientBuilder::resolve_to_addrs() which allows a slice of IP addresses to be specified for a single host.
  • Add Response::upgrade() to await whether the server agrees to an HTTP upgrade.

v0.11.11

Compare Source

  • 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.

v0.11.10

Compare Source

  • Add Error::url() to access the URL of an error.
  • Add Response::extensions() to access the http::Extensions of a response.
  • Fix rustls-native-certs to log an error instead of panicking when loading an invalid system certificate.
  • Fix passing Basic Authorization header to proxies.

v0.11.9

Compare Source

  • Add ClientBuilder::http09_responses(bool) option to allow receiving HTTP/0.9 responses.
  • Fix HTTP/2 to retry requests interrupted by an HTTP/2 graceful shutdown.
  • Fix proxy loading from environment variables to ignore empty values.

v0.11.8

Compare Source

  • Update internal webpki-roots dependency.

v0.11.7

Compare Source

  • Add blocking::ClientBuilder::resolve() option, matching the async builder.
  • Implement From<tokio::fs::File> for Body.
  • Fix blocking request-scoped timeout applying to bodies as well.
  • (wasm) Fix request bodies using multipart vs formdata.
  • Update internal rustls to 0.20.

v0.11.6

Compare Source

  • (wasm) Fix request bodies more.

v0.11.5

Compare Source

  • Add ClientBuilder::http1_only() method.
  • Add tls::Version type, and ClientBuilder::min_tls_version() and ClientBuilder::max_tls_version() methods.
  • Implement TryFrom<Request> for http::Request.
  • Implement Clone for Identity.
  • Fix NO_PROXYenvironment variable parsing to more closely match curl's. Comma-separated entries are now trimmed for whitespace, and * is allowed to match everything.
  • Fix redirection to respect https_only option.
  • (wasm) Add Body::as_bytes() method.
  • (wasm) Fix sometimes wrong conversation of bytes into a JsValue.
  • (wasm) Avoid dependency on serde-serialize feature.

v0.11.4

Compare Source

  • Add ClientBuilder::resolve() option to override DNS resolution for specific domains.
  • Add native-tls-alpn Cargo feature to use ALPN with the native-tls backend.
  • Add ClientBuilder::deflate() option and deflate Cargo feature to support decoding response bodies using deflate.
  • Add RequestBuilder::version() to allow setting the HTTP version of a request.
  • Fix allowing "invalid" certificates with the rustls-tls backend, when the server uses TLS v1.2 or v1.3.
  • (wasm) Add try_clone to Request and RequestBuilder

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov

codecov Bot commented Jun 21, 2021

Copy link
Copy Markdown

Codecov Report

Patch coverage has no change and project coverage change: -0.21 ⚠️

Comparison is base (9eaf1d8) 92.80% compared to head (d709739) 92.60%.

❗ Current head d709739 differs from pull request most recent head 86f35c6. Consider uploading reports for the commit 86f35c6 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
- Coverage   92.80%   92.60%   -0.21%     
==========================================
  Files          29       29              
  Lines        3809     3813       +4     
==========================================
- Hits         3535     3531       -4     
- Misses        274      282       +8     

see 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate Bot force-pushed the renovate/reqwest-0.x branch from d709739 to 52944cc Compare October 19, 2021 02:02
@renovate renovate Bot changed the title fix(deps): update rust crate reqwest to 0.11.4 fix(deps): update rust crate reqwest to 0.11.6 Oct 19, 2021
@renovate renovate Bot changed the title fix(deps): update rust crate reqwest to 0.11.6 fix(deps): update rust crate reqwest to 0.11.9 Mar 7, 2022
@renovate renovate Bot force-pushed the renovate/reqwest-0.x branch from 52944cc to cb5bfaf Compare March 7, 2022 15:06
@renovate renovate Bot changed the title fix(deps): update rust crate reqwest to 0.11.9 fix(deps): update rust crate reqwest to 0.11.10 Mar 26, 2022
@renovate renovate Bot force-pushed the renovate/reqwest-0.x branch from cb5bfaf to 51815b0 Compare March 26, 2022 13:47
@renovate renovate Bot force-pushed the renovate/reqwest-0.x branch from 51815b0 to 215adbb Compare June 18, 2022 13:26
@renovate renovate Bot changed the title fix(deps): update rust crate reqwest to 0.11.10 fix(deps): update rust crate reqwest to 0.11.11 Jun 18, 2022
@renovate renovate Bot force-pushed the renovate/reqwest-0.x branch from 215adbb to 75e64fc Compare September 25, 2022 17:41
@renovate renovate Bot changed the title fix(deps): update rust crate reqwest to 0.11.11 fix(deps): update rust crate reqwest to 0.11.12 Sep 25, 2022
@renovate renovate Bot force-pushed the renovate/reqwest-0.x branch from 75e64fc to 4f6c03f Compare November 20, 2022 14:46
@renovate renovate Bot changed the title fix(deps): update rust crate reqwest to 0.11.12 fix(deps): update rust crate reqwest to 0.11.13 Nov 20, 2022
@renovate renovate Bot changed the title fix(deps): update rust crate reqwest to 0.11.13 fix(deps): update rust crate reqwest to 0.11.14 Mar 16, 2023
@renovate renovate Bot force-pushed the renovate/reqwest-0.x branch from 4f6c03f to b0578cc Compare March 16, 2023 20:02
@renovate renovate Bot changed the title fix(deps): update rust crate reqwest to 0.11.14 fix(deps): update rust crate reqwest to 0.11.15 Mar 23, 2023
@renovate renovate Bot force-pushed the renovate/reqwest-0.x branch from b0578cc to feb804b Compare March 23, 2023 15:11
@renovate renovate Bot changed the title fix(deps): update rust crate reqwest to 0.11.15 fix(deps): update rust crate reqwest to 0.11.16 Mar 27, 2023
@renovate renovate Bot force-pushed the renovate/reqwest-0.x branch from feb804b to 14bc8b6 Compare March 27, 2023 23:57
@renovate renovate Bot force-pushed the renovate/reqwest-0.x branch from 14bc8b6 to 86f35c6 Compare May 28, 2023 10:47
@renovate renovate Bot changed the title fix(deps): update rust crate reqwest to 0.11.16 fix(deps): update rust crate reqwest to 0.11.18 May 28, 2023
@forking-renovate

forking-renovate Bot commented Sep 1, 2025

Copy link
Copy Markdown

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path aer_web/Cargo.toml --workspace
warning: `/tmp/renovate/repos/github/WormieCorp/aer/.cargo/config` is deprecated in favor of `config.toml`
  |
  = help: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
    Updating crates.io index
    Updating git repository `https://github.com/WormieCorp/human-panic`
From https://github.com/WormieCorp/human-panic
 * [new ref]         d02ad4630441d14d30cb0599481c2c82b92bde44 -> refs/commit/d02ad4630441d14d30cb0599481c2c82b92bde44
error: failed to select a version for `reqwest`.
    ... required by package `aer_web v0.1.0 (/tmp/renovate/repos/github/WormieCorp/aer/aer_web)`
    ... which satisfies path dependency `aer_web` (locked to 0.1.0) of package `aer_upd v0.1.0 (/tmp/renovate/repos/github/WormieCorp/aer/aer_upd)`
    ... which satisfies path dependency `aer_upd` (locked to 0.1.0) of package `aer v0.1.0 (/tmp/renovate/repos/github/WormieCorp/aer/aer)`
versions that meet the requirements `^0.13.0` are: 0.13.4, 0.13.3, 0.13.2, 0.13.1, 0.13.0

package `aer_web` depends on `reqwest` with feature `rustls-tls` but `reqwest` does not have that feature.
 available features: __native-tls, __native-tls-alpn, __rustls, __rustls-aws-lc-rs, __tls, blocking, brotli, charset, cookies, default, default-tls, deflate, form, gzip, h2, hickory-dns, http2, http3, json, multipart, native-tls, native-tls-no-alpn, native-tls-vendored, native-tls-vendored-no-alpn, query, rustls, rustls-native-certs, rustls-no-provider, socks, stream, system-proxy, webpki-roots, zstd


all possible versions conflict with previously selected packages.

  previously selected package `reqwest v0.13.0`
    ... which satisfies dependency `reqwest = "^0.13.0"` of package `aer_web v0.1.0 (/tmp/renovate/repos/github/WormieCorp/aer/aer_web)`
    ... which satisfies path dependency `aer_web` (locked to 0.1.0) of package `aer_upd v0.1.0 (/tmp/renovate/repos/github/WormieCorp/aer/aer_upd)`
    ... which satisfies path dependency `aer_upd` (locked to 0.1.0) of package `aer v0.1.0 (/tmp/renovate/repos/github/WormieCorp/aer/aer)`

failed to select a version for `reqwest` which could resolve this conflict

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants