-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update rust crate reqwest to 0.11.18 #65
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/reqwest-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportPatch coverage has no change and project coverage change:
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 ☔ View full report in Codecov by Sentry. |
renovate
bot
force-pushed
the
renovate/reqwest-0.x
branch
from
October 19, 2021 02:02
d709739
to
52944cc
Compare
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
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
bot
force-pushed
the
renovate/reqwest-0.x
branch
from
March 7, 2022 15:06
52944cc
to
cb5bfaf
Compare
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
bot
force-pushed
the
renovate/reqwest-0.x
branch
from
March 26, 2022 13:47
cb5bfaf
to
51815b0
Compare
renovate
bot
force-pushed
the
renovate/reqwest-0.x
branch
from
June 18, 2022 13:26
51815b0
to
215adbb
Compare
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
bot
force-pushed
the
renovate/reqwest-0.x
branch
from
September 25, 2022 17:41
215adbb
to
75e64fc
Compare
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
bot
force-pushed
the
renovate/reqwest-0.x
branch
from
November 20, 2022 14:46
75e64fc
to
4f6c03f
Compare
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
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
bot
force-pushed
the
renovate/reqwest-0.x
branch
from
March 16, 2023 20:02
4f6c03f
to
b0578cc
Compare
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
bot
force-pushed
the
renovate/reqwest-0.x
branch
from
March 23, 2023 15:11
b0578cc
to
feb804b
Compare
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
bot
force-pushed
the
renovate/reqwest-0.x
branch
from
March 27, 2023 23:57
feb804b
to
14bc8b6
Compare
renovate
bot
force-pushed
the
renovate/reqwest-0.x
branch
from
May 28, 2023 10:47
14bc8b6
to
86f35c6
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.11.3
->0.11.18
Release Notes
seanmonstar/reqwest (reqwest)
v0.11.18
Compare Source
RequestBuilder::json()
method from overriding a previously setcontent-type
header. An existing value will be left in place.v0.11.17
Compare Source
v0.11.16
Compare Source
Cargo.toml
.v0.11.15
Compare Source
RequestBuilder
methods to split and reconstruct from its parts.connection_verbose
to logwrite_vectored
calls.v0.11.14
Compare Source
Proxy::no_proxy(url)
that works like the NO_PROXY environment variable.multipart::Part::headers(headers)
method to add custom headers.Response::bytes_stream()
.v0.11.13
Compare Source
ClientBuilder::dns_resolver()
option for custom DNS resolvers.ClientBuilder::tls_sni(bool)
option to enable or disable TLS Server Name Indication.Identity::from_pkcs8_pem()
constructor when usingnative-tls
.redirect::Policy::limited(0)
from following any redirects.v0.11.12
Compare Source
ClientBuilder::resolve_to_addrs()
which allows a slice of IP addresses to be specified for a single host.Response::upgrade()
to await whether the server agrees to an HTTP upgrade.v0.11.11
Compare Source
ClientBuilder
.ClientBuilder::http1_allow_obsolete_multiline_headers_in_responses()
.impl Service<Request>
forClient
and&'_ Client
.RequestBuilder::basic_auth()
.RequestBuilder::header
to not overridesensitive
if user explicitly set on aHeaderValue
.v0.11.10
Compare Source
Error::url()
to access the URL of an error.Response::extensions()
to access thehttp::Extensions
of a response.rustls-native-certs
to log an error instead of panicking when loading an invalid system certificate.v0.11.9
Compare Source
ClientBuilder::http09_responses(bool)
option to allow receiving HTTP/0.9 responses.v0.11.8
Compare Source
v0.11.7
Compare Source
blocking::ClientBuilder::resolve()
option, matching the async builder.From<tokio::fs::File>
forBody
.blocking
request-scoped timeout applying to bodies as well.rustls
to 0.20.v0.11.6
Compare Source
v0.11.5
Compare Source
ClientBuilder::http1_only()
method.tls::Version
type, andClientBuilder::min_tls_version()
andClientBuilder::max_tls_version()
methods.TryFrom<Request>
forhttp::Request
.Clone
forIdentity
.NO_PROXY
environment variable parsing to more closely match curl's. Comma-separated entries are now trimmed for whitespace, and*
is allowed to match everything.https_only
option.Body::as_bytes()
method.JsValue
.v0.11.4
Compare Source
ClientBuilder::resolve()
option to override DNS resolution for specific domains.native-tls-alpn
Cargo feature to use ALPN with the native-tls backend.ClientBuilder::deflate()
option anddeflate
Cargo feature to support decoding response bodies using deflate.RequestBuilder::version()
to allow setting the HTTP version of a request.rustls-tls
backend, when the server uses TLS v1.2 or v1.3.try_clone
toRequest
andRequestBuilder
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.
This PR has been generated by Mend Renovate. View repository job log here.