Skip to content

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

Copy link

sourcery-ai bot commented Jan 26, 2025

Reviewer's Guide by Sourcery

This pull request updates the ureq crate from version 2.9.7 to 3.0.0. This is a major version update, which includes breaking changes such as the removal of the url crate dependency and the replacement of RequestBuilder Deref with explicit wrappers.

Class diagram showing changes in ureq v3.0.0

classDiagram
    class RequestBuilder {
        -explicit wrappers
        +query(name: string, value: string)
        +set(name: string, value: string)
        +timeout(duration: Duration)
        +call()
    }
    note for RequestBuilder "Removed Deref trait implementation
Now uses explicit wrapper methods"

    class Config {
        +save_redirect_history: bool
        +new()
        +set_save_redirect_history(bool)
    }
    note for Config "Added new feature to save
redirect history"

    RequestBuilder -- Config : uses
Loading

File-Level Changes

Change Details Files
Update ureq crate to v3
  • Updated the ureq crate version from 2.9.7 to 3.0.0 in Cargo.toml.
memN0ps/mmapper-rs/loader/Cargo.toml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

@renovate renovate bot merged commit a1416f4 into main Jan 26, 2025
13 checks passed
@renovate renovate bot deleted the renovate/ureq-3.x branch January 26, 2025 14:00
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