assert-rs / snapbox

Snapshot testing for a herd of CLI tests
docs.rs/trycmd
Apache License 2.0
137 stars 18 forks source link

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

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 an artifact 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/snapbox/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 `filetime v0.2.23`
    ... which satisfies dependency `filetime = "^0.2.8"` (locked to 0.2.23) of package `snapbox v0.6.16 (/tmp/renovate/repos/github/assert-rs/snapbox/crates/snapbox)`
coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 10200321224

Details


Totals Coverage Status
Change from base Build 10117430264: 0.0%
Covered Lines: 1393
Relevant Lines: 2718

💛 - Coveralls