rust-cli / anstyle

ANSI text styling
https://docs.rs/anstyle
Other
119 stars 19 forks source link

chore(deps): Update Rust crate windows-sys to 0.59.0 #208

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
windows-sys dependencies minor 0.52.0 -> 0.59.0

Release Notes

microsoft/windows-rs (windows-sys) ### [`v0.59.0`](https://togithub.com/microsoft/windows-rs/releases/tag/0.59.0) [Compare Source](https://togithub.com/microsoft/windows-rs/compare/0.52.0...0.59.0) This release includes an update to the [windows-sys](https://crates.io/crates/windows-sys) crate only. The `windows-sys` crate is updated very infrequently and only when there is an explicit need to do so. The 0.59.0 release includes a rollup of API fixes, updates, and additions since the [0.52.0](https://togithub.com/microsoft/windows-rs/releases/tag/0.52.0) release nine months ago. Notably: - This update introduces support for Arm64EC ([#​2957](https://togithub.com/microsoft/windows-rs/issues/2957)) - Updated bindings for the latest APIs https://github.com/microsoft/windows-rs/tree/0.59.0/crates/libs/bindgen/default - Derive standard traits ([#​3041](https://togithub.com/microsoft/windows-rs/issues/3041)) - Updates to code generation to handle newer Rust warnings and lints - Overall smaller crate and more efficient code gen to reduce build time - Support for feature search https://microsoft.github.io/windows-rs/features/#/0.59.0 - MSRV is updated to 1.60 **Full Changelog**: https://github.com/microsoft/windows-rs/compare/0.52.0...0.59.0

Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" (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.



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

renovate[bot] commented 3 months ago

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/anstyle-wincon/Cargo.toml --package windows-sys@0.52.0 --precise 0.59.0
    Updating crates.io index
error: failed to select a version for the requirement `windows-sys = "^0.52.0"`
candidate versions found which didn't match: 0.59.0
location searched: crates.io index
required by package `is-terminal v0.4.12`
    ... which satisfies dependency `is-terminal = "^0.4.2"` (locked to 0.4.12) of package `is_terminal_polyfill v1.48.0`
    ... which satisfies dependency `is_terminal_polyfill = "^1.48"` (locked to 1.48.0) of package `anstream v0.6.15 (/tmp/renovate/repos/github/rust-cli/anstyle/crates/anstream)`
    ... which satisfies path dependency `anstream` (locked to 0.6.15) of package `anstyle-svg v0.1.5 (/tmp/renovate/repos/github/rust-cli/anstyle/crates/anstyle-svg)`
File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/anstyle-query/Cargo.toml --package windows-sys@0.52.0 --precise 0.59.0
    Updating crates.io index
error: failed to select a version for the requirement `windows-sys = "^0.52.0"`
candidate versions found which didn't match: 0.59.0
location searched: crates.io index
required by package `is-terminal v0.4.12`
    ... which satisfies dependency `is-terminal = "^0.4.2"` (locked to 0.4.12) of package `is_terminal_polyfill v1.48.0`
    ... which satisfies dependency `is_terminal_polyfill = "^1.48"` (locked to 1.48.0) of package `anstream v0.6.15 (/tmp/renovate/repos/github/rust-cli/anstyle/crates/anstream)`
    ... which satisfies path dependency `anstream` (locked to 0.6.15) of package `anstyle-svg v0.1.5 (/tmp/renovate/repos/github/rust-cli/anstyle/crates/anstyle-svg)`
coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 10200899486

Details


Totals Coverage Status
Change from base Build 10200403887: 0.0%
Covered Lines: 1225
Relevant Lines: 2361

💛 - Coveralls