Shadow53 / hoard

https://hoard.rs
BSD 3-Clause "New" or "Revised" License
64 stars 2 forks source link

fix(deps): update rust crate windows to 0.51 - autoclosed #184

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
windows dependencies minor 0.48 -> 0.51

Release Notes

microsoft/windows-rs (windows) ### [`v0.51.0`](https://togithub.com/microsoft/windows-rs/releases/tag/0.51.0) [Compare Source](https://togithub.com/microsoft/windows-rs/compare/0.48.0...0.51.0) As requested by [#​2603](https://togithub.com/microsoft/windows-rs/issues/2603), this update includes the first published update to the [windows](https://crates.io/crates/windows) crate in 5 months. As a reminder, updates are only published by request. - This includes a semver-compatible update to the [windows-targets](https://crates.io/crates/windows-targets) crate. - The `windows` crate now depends on the [windows-core](https://crates.io/crates/windows-core) crate. - The `windows`, `windows-core`, `windows-implement`, and `windows-interface` crates have been bumped to version 0.51.0 as there have been breaking changes. - The `windows-targets` crate has been bumped to version 0.48.2 as it remains compatible with previous versions. - Notably, an expanded set of WDK APIs are now available. - Other crates will not be updated at this time. ##### What's Changed - Ensure that all nullable params support `None` by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2535](https://togithub.com/microsoft/windows-rs/pull/2535) - Lock readme samples to last published version by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2538](https://togithub.com/microsoft/windows-rs/pull/2538) - Consolidate code generation by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2544](https://togithub.com/microsoft/windows-rs/pull/2544) - Add reference for spurious warning about `cdylib` dependency by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2545](https://togithub.com/microsoft/windows-rs/pull/2545) - Minor refactoring following [#​2544](https://togithub.com/microsoft/windows-rs/issues/2544) by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2546](https://togithub.com/microsoft/windows-rs/pull/2546) - Test cross platform code generation by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2547](https://togithub.com/microsoft/windows-rs/pull/2547) - Run code formatting workflow on Linux by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2548](https://togithub.com/microsoft/windows-rs/pull/2548) - Riddle fixes and improvements by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2549](https://togithub.com/microsoft/windows-rs/pull/2549) - Improve rust output and formatting by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2550](https://togithub.com/microsoft/windows-rs/pull/2550) - Improve panic diagnostics by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2551](https://togithub.com/microsoft/windows-rs/pull/2551) - Update metadata readme.md by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2553](https://togithub.com/microsoft/windows-rs/pull/2553) - Add initial riddle support for methods and parameters by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2554](https://togithub.com/microsoft/windows-rs/pull/2554) - `windows-targets` 0.48.1 by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2558](https://togithub.com/microsoft/windows-rs/pull/2558) - Add CredEnumerate sample by [@​riverar](https://togithub.com/riverar) in [https://github.com/microsoft/windows-rs/pull/2559](https://togithub.com/microsoft/windows-rs/pull/2559) - Tweak riddle arguments by [@​riverar](https://togithub.com/riverar) in [https://github.com/microsoft/windows-rs/pull/2563](https://togithub.com/microsoft/windows-rs/pull/2563) - `AsImpl::as_impl` should be unsafe by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2565](https://togithub.com/microsoft/windows-rs/pull/2565) - Add comment for suspect clippy warning by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2567](https://togithub.com/microsoft/windows-rs/pull/2567) - Move to Rust edition 2021 and version 1.56 by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2568](https://togithub.com/microsoft/windows-rs/pull/2568) - Resolve clippy warning in tear-off by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2569](https://togithub.com/microsoft/windows-rs/pull/2569) - Update Win32 and WDK metadata by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2573](https://togithub.com/microsoft/windows-rs/pull/2573) - Metadata parsing and indexing improvements by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2581](https://togithub.com/microsoft/windows-rs/pull/2581) - Prefer explicit casts by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2582](https://togithub.com/microsoft/windows-rs/pull/2582) - Riddle dialects by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2586](https://togithub.com/microsoft/windows-rs/pull/2586) - Metadata parsing improvements by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2592](https://togithub.com/microsoft/windows-rs/pull/2592) - Metadata processing improvements by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2598](https://togithub.com/microsoft/windows-rs/pull/2598) - Version 0.51.0 by [@​kennykerr](https://togithub.com/kennykerr) in [https://github.com/microsoft/windows-rs/pull/2605](https://togithub.com/microsoft/windows-rs/pull/2605) **Full Changelog**: https://github.com/microsoft/windows-rs/compare/0.50.0...0.51.0

Configuration

πŸ“… 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 has been generated by Mend Renovate. View repository job log here.

netlify[bot] commented 1 year ago

Deploy Preview for hoard-docs ready!

Name Link
Latest commit 943c0cc765542c20c84b5f1ae5d81f13a0422630
Latest deploy log https://app.netlify.com/sites/hoard-docs/deploys/64da7b092f96c700087cba56
Deploy Preview https://deploy-preview-184--hoard-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

codecov[bot] commented 1 year ago

Codecov Report

Merging #184 (943c0cc) into main (b2c0cf7) will decrease coverage by 0.15%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #184      +/-   ##
==========================================
- Coverage   90.21%   90.06%   -0.15%     
==========================================
  Files          73       73              
  Lines        5108     5092      -16     
==========================================
- Hits         4608     4586      -22     
- Misses        500      506       +6     

see 16 files with indirect coverage changes