mirror of https://github.com/astral-sh/ruff
Update Rust crate ureq to v2.12.1 (#14853)
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 <details> <summary>algesten/ureq (ureq)</summary> ### [`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)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW50ZXJuYWwiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
58e7db89a1
commit
dfab134bb6
|
|
@ -3969,21 +3969,18 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ureq"
|
name = "ureq"
|
||||||
version = "2.11.0"
|
version = "2.12.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b30e6f97efe1fa43535ee241ee76967d3ff6ff3953ebb430d8d55c5393029e7b"
|
checksum = "02d1a66277ed75f640d608235660df48c8e3c19f3b4edb6a263315626cc3c01d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.22.0",
|
"base64 0.22.0",
|
||||||
"flate2",
|
"flate2",
|
||||||
"litemap",
|
|
||||||
"log",
|
"log",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"rustls",
|
"rustls",
|
||||||
"rustls-pki-types",
|
"rustls-pki-types",
|
||||||
"url",
|
"url",
|
||||||
"webpki-roots",
|
"webpki-roots",
|
||||||
"yoke",
|
|
||||||
"zerofrom",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue