From dfab134bb6d991838f5814a5659189cfafbf0876 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 00:46:05 +0000 Subject: [PATCH] Update Rust crate ureq to v2.12.1 (#14853) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ureq](https://redirect.github.com/algesten/ureq) | workspace.dependencies | minor | `2.11.0` -> `2.12.1` | --- ### Release Notes
algesten/ureq (ureq) ### [`v2.12.1`](https://redirect.github.com/algesten/ureq/blob/HEAD/CHANGELOG.md#2121) [Compare Source](https://redirect.github.com/algesten/ureq/compare/2.12.0...2.12.1) - Do not use multi-version deps (>=x.x.x) ([#​907](https://redirect.github.com/algesten/ureq/issues/907)) ### [`v2.12.0`](https://redirect.github.com/algesten/ureq/blob/HEAD/CHANGELOG.md#2120) [Compare Source](https://redirect.github.com/algesten/ureq/compare/2.11.0...2.12.0) - Bump MSRV 1.67 -> 1.71 because rustls will soon adopt it ([#​905](https://redirect.github.com/algesten/ureq/issues/905)) - Unpin rustls dep (>=0.23.19) ([#​905](https://redirect.github.com/algesten/ureq/issues/905))
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/ruff). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c381988c7f..5172bb3f4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3969,21 +3969,18 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "ureq" -version = "2.11.0" +version = "2.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b30e6f97efe1fa43535ee241ee76967d3ff6ff3953ebb430d8d55c5393029e7b" +checksum = "02d1a66277ed75f640d608235660df48c8e3c19f3b4edb6a263315626cc3c01d" dependencies = [ "base64 0.22.0", "flate2", - "litemap", "log", "once_cell", "rustls", "rustls-pki-types", "url", "webpki-roots", - "yoke", - "zerofrom", ] [[package]]