Open renovate[bot] opened 11 months ago
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:
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path 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 `fs-set-times v0.20.1`
... which satisfies dependency `fs-set-times = "^0.20.1"` (locked to 0.20.1) of package `fs_at v0.2.1 (/tmp/renovate/repos/github/rbtcollins/fs_at)`
This PR contains the following updates:
0.52.0
->0.59.0
Release Notes
microsoft/windows-rs (windows-sys)
### [`v0.59.0`](https://redirect.github.com/microsoft/windows-rs/releases/tag/0.59.0) [Compare Source](https://redirect.github.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://redirect.github.com/microsoft/windows-rs/releases/tag/0.52.0) release nine months ago. Notably: - This update introduces support for Arm64EC ([#2957](https://redirect.github.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://redirect.github.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.0Configuration
📅 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.