fix(deps): update rust crate ureq to v3 #156
Open
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:
2.9.7
->3.0.0
Release Notes
algesten/ureq (ureq)
v3.0.2
Compare Source
v3.0.1
Compare Source
v3.0.0
Compare Source
url
crate (#943)Config::save_redirect_history
(#939)v2.12.1
Compare Source
v2.12.0
Compare Source
v2.11.0
Compare Source
v2.10.1
Compare Source
ureq
Rustls tls config updated to avoid panic for applicationsthat activate the default Rustls
aws-lc-rs
feature without settinga process-wide crypto provider.
ureq
will now use*ring*
in thiscircumstance instead of panicking.
v2.10.0
Compare Source
application depends on Rustls 0.22 (e.g. to provide a custom
rustls::ClientConfig
toureq
). See the Rustls 0.23.0changelog for a list of breaking API changes (#753)
default
ureq
TLS config, or constructs its ownrustls::ClientConfig
with
rustls::ClientConfig::builder()
you must ensure the Rustlsaws-lc-rs
feature is not activated, or set the process defaultcryptography provider before constructing any configs. See the Rustls
CryptoProvider docs for more information (#753)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.