Skip to content
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 ureq to v3 #156

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2025

This PR contains the following updates:

Package Type Update Change
ureq dependencies major 2.9.7 -> 3.0.0

Release Notes

algesten/ureq (ureq)

v3.0.2

Compare Source

  • Remove dependency on once_cell (#​959)
    • Fix bug parsing partial redirects (#​958)
    • Expose typestate variables (#​956)

v3.0.1

Compare Source

  • Fix excessive stack sizes (#​950)
    • Do not enable json by default (breaking, but it was a mistake) (#​948)

v3.0.0

Compare Source

  • Replace RequestBuilder Deref with explicit wrappers (#​944)
    • Remove dependency on url crate (#​943)
    • Feature Config::save_redirect_history (#​939)

v2.12.1

Compare Source

  • Do not use multi-version deps (>=x.x.x) (#​907)

v2.12.0

Compare Source

  • Bump MSRV 1.67 -> 1.71 because rustls will soon adopt it (#​905)
    • Unpin rustls dep (>=0.23.19) (#​905)

v2.11.0

Compare Source

  • Fixes for changes to cargo-deny (#​882)
    • Pin rustls dep on 0.23.19 to keep MSRV 1.67 (#​878)
    • Bump MSRV 1.63 -> 1.67 due to time crate (#​878)
    • Re-export rustls (#​813)

v2.10.1

Compare Source

  • default ureq Rustls tls config updated to avoid panic for applications
    that activate the default Rustls aws-lc-rs feature without setting
    a process-wide crypto provider. ureq will now use *ring* in this
    circumstance instead of panicking.

v2.10.0

Compare Source

  • Bump MSRV 1.61 -> 1.63 due to rustls (#​764)
    • Update deps (only patch versions in Cargo.lock) (#​763)
    • Refork frewsxcv/rust-chunked-transfer to fix MIT/Apache2.0 license (#​761)
    • Enable http-crate feature for docs (#​755)
    • Update Rustls from 0.22 to 0.23 - this may be a breaking change if your
      application depends on Rustls 0.22 (e.g. to provide a custom
      rustls::ClientConfig to ureq). See the Rustls 0.23.0
      changelog for a list of breaking API changes (#​753)
    • Rustls dep to default to ring backend. If your project uses the
      default ureq TLS config, or constructs its own rustls::ClientConfig
      with rustls::ClientConfig::builder() you must ensure the Rustls
      aws-lc-rs feature is not activated, or set the process default
      cryptography provider before constructing any configs. See the Rustls
      CryptoProvider docs for more information (#​753)
    • Remove direct dep rustls-webpki (#​752)
    • Fix doc Rustls does now support IP address certificates (#​759)(#​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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) January 26, 2025 13:31
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