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

Update Rust crate ureq to v2.12.1 #469

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 6, 2024

This PR contains the following updates:

Package Type Update Change
ureq dependencies minor 2.9.7 -> 2.12.1
ureq dev-dependencies minor 2.9.7 -> 2.12.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

algesten/ureq (ureq)

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: 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 these updates 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 requested a review from a team as a code owner July 6, 2024 12:59
@lrvick
Copy link
Contributor

lrvick commented Aug 5, 2024

Remember: bots are not people, and they can't sign commits. A human must make this commit, and another human needs to review it.

@renovate renovate bot force-pushed the renovate/ureq-2.x-lockfile branch from ddc3481 to 823d01e Compare August 8, 2024 21:31
@renovate renovate bot changed the title Update Rust crate ureq to v2.10.0 Update Rust crate ureq to v2.10.1 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/ureq-2.x-lockfile branch from 823d01e to b78ea51 Compare November 28, 2024 18:43
@renovate renovate bot requested a review from a team as a code owner November 28, 2024 18:43
@renovate renovate bot changed the title Update Rust crate ureq to v2.10.1 Update Rust crate ureq to v2.11.0 Nov 28, 2024
@renovate renovate bot force-pushed the renovate/ureq-2.x-lockfile branch from b78ea51 to 0fc8ff6 Compare December 3, 2024 20:07
@renovate renovate bot changed the title Update Rust crate ureq to v2.11.0 Update Rust crate ureq to v2.12.0 Dec 3, 2024
@renovate renovate bot changed the title Update Rust crate ureq to v2.12.0 Update Rust crate ureq to v2.12.1 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/ureq-2.x-lockfile branch from 0fc8ff6 to 66499d8 Compare December 4, 2024 09:54
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.

1 participant