fix(deps): update all digest updates #10

Merged
renovate[bot] merged 1 commits from renovate/all-digest into master 2026-02-12 04:16:41 +04:00
Collaborator

This PR contains the following updates:

Package Type Update Change
python uses-with minor 3.123.14
windows-sys dependencies minor 0.590.61

Release Notes

actions/python-versions (python)

v3.14.3: 3.14.3

Compare Source

Python 3.14.3

v3.14.2: 3.14.2

Compare Source

Python 3.14.2

v3.14.1: 3.14.1

Compare Source

Python 3.14.1

v3.14.0: 3.14.0

Compare Source

Python 3.14.0

v3.13.12: 3.13.12

Compare Source

Python 3.13.12

v3.13.11: 3.13.11

Compare Source

Python 3.13.11

v3.13.10: 3.13.10

Compare Source

Python 3.13.10

v3.13.9: 3.13.9

Compare Source

Python 3.13.9

v3.13.8: 3.13.8

Compare Source

Python 3.13.8

v3.13.7: 3.13.7

Compare Source

Python 3.13.7

v3.13.6: 3.13.6

Compare Source

Python 3.13.6

v3.13.5: 3.13.5

Compare Source

Python 3.13.5

v3.13.4: 3.13.4

Compare Source

Python 3.13.4

v3.13.3: 3.13.3

Compare Source

Python 3.13.3

v3.13.2: 3.13.2

Compare Source

Python 3.13.2

v3.13.1: 3.13.1

Compare Source

Python 3.13.1

v3.13.0: 3.13.0

Compare Source

Python 3.13.0

microsoft/windows-rs (windows-sys)

v0.61.0: 61

Major crate updates:

  • windows 0.59.0
  • windows-core 0.59.0
    • windows-implement 0.59.0
    • windows-interface 0.59.0
  • windows-targets 0.53.0
    • windows_i686_msvc 0.53.0
    • windows_x86_64_msvc 0.53.0
    • windows_aarch64_msvc 0.53.0
    • windows_i686_gnu 0.53.0
    • windows_x86_64_gnu 0.53.0
    • windows_i686_gnullvm 0.53.0
    • windows_x86_64_gnullvm 0.53.0
    • windows_aarch64_gnullvm 0.53.0
  • windows-bindgen 0.59.0
  • windows-registry 0.4.0
  • windows-result 0.3.0
  • windows-strings 0.3.0
  • cppwinrt 0.2.0

Minor crate updates:

  • windows-version 0.1.2

Excluded:

  • windows-sys 0.59.0

Things to keep in mind:

  • The tag/release names no longer map directly to the crate versions, so to find samples for a particular release requires looking at the releases page and finding the release that most recently updated a particular crate.

  • The windows-bindgen crate includes the major code generation overhaul that brings many improvements - be sure to check out the PR description for more information. The resulting code gen depends on the new version of windows-core and its dependencies, unless you include the --sys option. #​3359

  • The cppwinrt crate constitutes a major update due to streamlining the error handling. #​3415

  • The windows-registry, windows-strings, and windows-result crates are also major version updates since they include small breaking changes.

  • The windows-targets crate finally receives a major version update, the first in over a year. This is due to #​3359 and #​3342 potentially introducing breaking changes. Although unlikely, these updates introduced sufficient changes that make it hard to ensure that the windows-targets libs don't break existing code. As we're updating windows-targets anyway, I took the liberty to bump the MSRV to 1.60 - to match the latest version of windows-sys - and remove the old but unused doc macro feature. Both remained for compatibility with very old dependents of the windows-targets crate.

  • The windows-version crate receives a minor update to update its dependency on the windows-targets crate.

  • Beyond these specifics, this update is the culmination of around 6 months worth of work on the windows-rs project. The biggest improvements comes from the new code generation engine, but many other improvements are now also available for production. This includes support for many new lints, warnings, and suggestions provided by the Rust toolchain; much smaller code gen thanks to deriving many more traits; more efficient code gen; major improvements to WinRT type system and implementation support; more robust and consistent error handling; stock collection and async support; improved support for class hierarchies; and much more!

In addition to "what's changed" below, check out what's changed for notes for 0.60.0 and 0.59.0 for additional changes that roll up to the crates published as part of this release.

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/windows-rs/compare/0.60.0...0.61.0

v0.60.0

Compare Source

This release includes an update to the windows-registry and windows-strings crates, mainly to provide various improvements to registry support for rustup.

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/windows-rs/compare/0.59.0...0.60.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [python](https://github.com/actions/python-versions) | uses-with | minor | `3.12` → `3.14` | | [windows-sys](https://github.com/microsoft/windows-rs) | dependencies | minor | `0.59` → `0.61` | --- ### Release Notes <details> <summary>actions/python-versions (python)</summary> ### [`v3.14.3`](https://github.com/actions/python-versions/releases/tag/3.14.3-21673711214): 3.14.3 [Compare Source](https://github.com/actions/python-versions/compare/3.14.2-20014991423...3.14.3-21673711214) Python 3.14.3 ### [`v3.14.2`](https://github.com/actions/python-versions/releases/tag/3.14.2-20014991423): 3.14.2 [Compare Source](https://github.com/actions/python-versions/compare/3.14.1-19879739908...3.14.2-20014991423) Python 3.14.2 ### [`v3.14.1`](https://github.com/actions/python-versions/releases/tag/3.14.1-19879739908): 3.14.1 [Compare Source](https://github.com/actions/python-versions/compare/3.14.0-18313368925...3.14.1-19879739908) Python 3.14.1 ### [`v3.14.0`](https://github.com/actions/python-versions/releases/tag/3.14.0-18313368925): 3.14.0 [Compare Source](https://github.com/actions/python-versions/compare/3.13.12-21673645133...3.14.0-18313368925) Python 3.14.0 ### [`v3.13.12`](https://github.com/actions/python-versions/releases/tag/3.13.12-21673645133): 3.13.12 [Compare Source](https://github.com/actions/python-versions/compare/3.13.11-20014977833...3.13.12-21673645133) Python 3.13.12 ### [`v3.13.11`](https://github.com/actions/python-versions/releases/tag/3.13.11-20014977833): 3.13.11 [Compare Source](https://github.com/actions/python-versions/compare/3.13.10-19879712315...3.13.11-20014977833) Python 3.13.11 ### [`v3.13.10`](https://github.com/actions/python-versions/releases/tag/3.13.10-19879712315): 3.13.10 [Compare Source](https://github.com/actions/python-versions/compare/3.13.9-18515951191...3.13.10-19879712315) Python 3.13.10 ### [`v3.13.9`](https://github.com/actions/python-versions/releases/tag/3.13.9-18515951191): 3.13.9 [Compare Source](https://github.com/actions/python-versions/compare/3.13.8-18331000654...3.13.9-18515951191) Python 3.13.9 ### [`v3.13.8`](https://github.com/actions/python-versions/releases/tag/3.13.8-18331000654): 3.13.8 [Compare Source](https://github.com/actions/python-versions/compare/3.13.7-16980743123...3.13.8-18331000654) Python 3.13.8 ### [`v3.13.7`](https://github.com/actions/python-versions/releases/tag/3.13.7-16980743123): 3.13.7 [Compare Source](https://github.com/actions/python-versions/compare/3.13.6-16792117939...3.13.7-16980743123) Python 3.13.7 ### [`v3.13.6`](https://github.com/actions/python-versions/releases/tag/3.13.6-16792117939): 3.13.6 [Compare Source](https://github.com/actions/python-versions/compare/3.13.5-15601068749...3.13.6-16792117939) Python 3.13.6 ### [`v3.13.5`](https://github.com/actions/python-versions/releases/tag/3.13.5-15601068749): 3.13.5 [Compare Source](https://github.com/actions/python-versions/compare/3.13.4-15433317575...3.13.5-15601068749) Python 3.13.5 ### [`v3.13.4`](https://github.com/actions/python-versions/releases/tag/3.13.4-15433317575): 3.13.4 [Compare Source](https://github.com/actions/python-versions/compare/3.13.3-14344076652...3.13.4-15433317575) Python 3.13.4 ### [`v3.13.3`](https://github.com/actions/python-versions/releases/tag/3.13.3-14344076652): 3.13.3 [Compare Source](https://github.com/actions/python-versions/compare/3.13.2-13708744326...3.13.3-14344076652) Python 3.13.3 ### [`v3.13.2`](https://github.com/actions/python-versions/releases/tag/3.13.2-13708744326): 3.13.2 [Compare Source](https://github.com/actions/python-versions/compare/3.13.1-13437882550...3.13.2-13708744326) Python 3.13.2 ### [`v3.13.1`](https://github.com/actions/python-versions/releases/tag/3.13.1-13437882550): 3.13.1 [Compare Source](https://github.com/actions/python-versions/compare/3.13.0-13707372259...3.13.1-13437882550) Python 3.13.1 ### [`v3.13.0`](https://github.com/actions/python-versions/releases/tag/3.13.0-13707372259): 3.13.0 [Compare Source](https://github.com/actions/python-versions/compare/3.12.12-18393146713...3.13.0-13707372259) Python 3.13.0 </details> <details> <summary>microsoft/windows-rs (windows-sys)</summary> ### [`v0.61.0`](https://github.com/microsoft/windows-rs/releases/tag/0.61.0): 61 Major crate updates: - `windows` 0.59.0 - `windows-core` 0.59.0 - `windows-implement` 0.59.0 - `windows-interface` 0.59.0 - `windows-targets` 0.53.0 - `windows_i686_msvc` 0.53.0 - `windows_x86_64_msvc` 0.53.0 - `windows_aarch64_msvc` 0.53.0 - `windows_i686_gnu` 0.53.0 - `windows_x86_64_gnu` 0.53.0 - `windows_i686_gnullvm` 0.53.0 - `windows_x86_64_gnullvm` 0.53.0 - `windows_aarch64_gnullvm` 0.53.0 - `windows-bindgen` 0.59.0 - `windows-registry` 0.4.0 - `windows-result` 0.3.0 - `windows-strings` 0.3.0 - `cppwinrt` 0.2.0 Minor crate updates: - `windows-version` 0.1.2 Excluded: - `windows-sys` 0.59.0 Things to keep in mind: - The tag/release names no longer map directly to the crate versions, so to [find samples](https://github.com/microsoft/windows-rs/tree/master/crates/samples) for a particular release requires looking at [the releases](https://github.com/microsoft/windows-rs/releases) page and finding the release that most recently updated a particular crate. - The `windows-bindgen` crate includes the major code generation overhaul that brings many improvements - be sure to check out the PR description for more information. The resulting code gen depends on the new version of `windows-core` and its dependencies, unless you include the `--sys` option. [#&#8203;3359](https://github.com/microsoft/windows-rs/issues/3359) - The `cppwinrt` crate constitutes a major update due to streamlining the error handling. [#&#8203;3415](https://github.com/microsoft/windows-rs/issues/3415) - The `windows-registry`, `windows-strings,` and `windows-result` crates are also major version updates since they include small breaking changes. - The `windows-targets` crate finally receives a major version update, the first in over a year. This is due to [#&#8203;3359](https://github.com/microsoft/windows-rs/issues/3359) and [#&#8203;3342](https://github.com/microsoft/windows-rs/issues/3342) potentially introducing breaking changes. Although unlikely, these updates introduced sufficient changes that make it hard to ensure that the `windows-targets` libs don't break existing code. As we're updating `windows-targets` anyway, I took the liberty to bump the MSRV to 1.60 - to match the latest version of `windows-sys` - and remove the old but unused doc macro feature. Both remained for compatibility with very old dependents of the `windows-targets` crate. - The `windows-version` crate receives a minor update to update its dependency on the `windows-targets` crate. - Beyond these specifics, this update is the culmination of around 6 months worth of work on the `windows-rs` project. The biggest improvements comes from the new code generation engine, but many other improvements are now also available for production. This includes support for many new lints, warnings, and suggestions provided by the Rust toolchain; much smaller code gen thanks to deriving many more traits; more efficient code gen; major improvements to WinRT type system and implementation support; more robust and consistent error handling; stock collection and async support; improved support for class hierarchies; and much more! In addition to "what's changed" below, check out what's changed for notes for [0.60.0](https://github.com/microsoft/windows-rs/releases/tag/0.60.0) and [0.59.0](https://github.com/microsoft/windows-rs/releases/tag/0.59.0) for additional changes that roll up to the crates published as part of this release. #### What's Changed - Remove improper\_ctypes workaround by [@&#8203;ChrisDenton](https://github.com/ChrisDenton) in [#&#8203;3296](https://github.com/microsoft/windows-rs/pull/3296) - Bump rollup from 2.79.1 to 2.79.2 in /web/features by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;3299](https://github.com/microsoft/windows-rs/pull/3299) - Update jsonschema requirement from 0.20 to 0.21 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;3301](https://github.com/microsoft/windows-rs/pull/3301) - Address Rust nightly compiler warnings by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3311](https://github.com/microsoft/windows-rs/pull/3311) - Update jsonschema requirement from 0.21 to 0.22 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;3310](https://github.com/microsoft/windows-rs/pull/3310) - Update workflows to ignore paths on pull request by [@&#8203;riverar](https://github.com/riverar) in [#&#8203;3312](https://github.com/microsoft/windows-rs/pull/3312) - Fix remaining `std` references in `windows` and `windows-core` crates for `no_std` builds by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3317](https://github.com/microsoft/windows-rs/pull/3317) - Bump cookie and express in /web/features by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;3318](https://github.com/microsoft/windows-rs/pull/3318) - Fix nested struct sort order by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3321](https://github.com/microsoft/windows-rs/pull/3321) - Update jsonschema requirement from 0.22 to 0.23 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;3323](https://github.com/microsoft/windows-rs/pull/3323) - Add `unwrap` helper for `NTSTATUS` by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3324](https://github.com/microsoft/windows-rs/pull/3324) - Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /web/features by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;3331](https://github.com/microsoft/windows-rs/pull/3331) - Remove "implement" feature by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3333](https://github.com/microsoft/windows-rs/pull/3333) - Update web workflow by [@&#8203;riverar](https://github.com/riverar) in [#&#8203;3344](https://github.com/microsoft/windows-rs/pull/3344) - Update Windows metadata by [@&#8203;riverar](https://github.com/riverar) in [#&#8203;3342](https://github.com/microsoft/windows-rs/pull/3342) - Bump cross-spawn from 7.0.3 to 7.0.6 in /web/features by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;3347](https://github.com/microsoft/windows-rs/pull/3347) - fix: remove use of std in windows-strings h! macro by [@&#8203;vthib](https://github.com/vthib) in [#&#8203;3356](https://github.com/microsoft/windows-rs/pull/3356) - Major `windows-bindgen` update by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3359](https://github.com/microsoft/windows-rs/pull/3359) - Harden reg-free class activation by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3365](https://github.com/microsoft/windows-rs/pull/3365) - Simpler bindings generation by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3367](https://github.com/microsoft/windows-rs/pull/3367) - `windows-bindgen` should generate `no_std` bindings by default by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3366](https://github.com/microsoft/windows-rs/pull/3366) - Prefer optional over convertible parameters by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3368](https://github.com/microsoft/windows-rs/pull/3368) - Remove unused extensions by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3369](https://github.com/microsoft/windows-rs/pull/3369) - Simpler code generation by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3370](https://github.com/microsoft/windows-rs/pull/3370) - Update dependencies by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3374](https://github.com/microsoft/windows-rs/pull/3374) - Simpler code gen for Boolean parameters by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3373](https://github.com/microsoft/windows-rs/pull/3373) - Remap `BOOLEAN` to `bool` by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3376](https://github.com/microsoft/windows-rs/pull/3376) - Avoid generating `transmute` for input value type parameter bindings by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3377](https://github.com/microsoft/windows-rs/pull/3377) - Fix macro docs by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3378](https://github.com/microsoft/windows-rs/pull/3378) - Streamline error handling in `windows-bindgen` by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3379](https://github.com/microsoft/windows-rs/pull/3379) - Improve WinRT event representation and testing by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3382](https://github.com/microsoft/windows-rs/pull/3382) - Use `track_caller` to make debugging `bindgen` build script errors easier by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3383](https://github.com/microsoft/windows-rs/pull/3383) - `windows-bindgen` now uses `Ref` and `OutRef` for COM interface traits by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3386](https://github.com/microsoft/windows-rs/pull/3386) - Add static event test/sample for WinRT by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3389](https://github.com/microsoft/windows-rs/pull/3389) - Verify param direction by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3390](https://github.com/microsoft/windows-rs/pull/3390) - Ensure external references to static factories are generated correctly by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3392](https://github.com/microsoft/windows-rs/pull/3392) - Update `windows-bindgen` to support `unsafe_op_in_unsafe_fn` by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3393](https://github.com/microsoft/windows-rs/pull/3393) - Make `Ref` work with more than just interface types by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3394](https://github.com/microsoft/windows-rs/pull/3394) - Add PR preview deployments to web workflow by [@&#8203;riverar](https://github.com/riverar) in [#&#8203;3395](https://github.com/microsoft/windows-rs/pull/3395) - Adjust web workflow to use gh-pages branch by [@&#8203;riverar](https://github.com/riverar) in [#&#8203;3397](https://github.com/microsoft/windows-rs/pull/3397) - Streamline CRA deps and webpack config by [@&#8203;riverar](https://github.com/riverar) in [#&#8203;3396](https://github.com/microsoft/windows-rs/pull/3396) - Address nightly clippy warnings about operator precedence by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3414](https://github.com/microsoft/windows-rs/pull/3414) - Detect unsupported array parameters by [@&#8203;iancormac84](https://github.com/iancormac84) in [#&#8203;3402](https://github.com/microsoft/windows-rs/pull/3402) - `cppwinrt` should consistently panic on failure by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3415](https://github.com/microsoft/windows-rs/pull/3415) - Shorten sample crate names by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3416](https://github.com/microsoft/windows-rs/pull/3416) - Use `track_caller` to make debugging `cppwinrt` build script errors easier by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3417](https://github.com/microsoft/windows-rs/pull/3417) - Fix provenance in direct32 sample by [@&#8203;ChrisDenton](https://github.com/ChrisDenton) in [#&#8203;3419](https://github.com/microsoft/windows-rs/pull/3419) - Update web workflow to use external origin by [@&#8203;riverar](https://github.com/riverar) in [#&#8203;3420](https://github.com/microsoft/windows-rs/pull/3420) - Avoid `transmute` where possible by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3421](https://github.com/microsoft/windows-rs/pull/3421) - Update GitHub Actions runners by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3423](https://github.com/microsoft/windows-rs/pull/3423) - Improve feature search UX, add dark mode, and update deps by [@&#8203;riverar](https://github.com/riverar) in [#&#8203;3422](https://github.com/microsoft/windows-rs/pull/3422) - Release 0.61.0 by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3418](https://github.com/microsoft/windows-rs/pull/3418) #### New Contributors - [@&#8203;iancormac84](https://github.com/iancormac84) made their first contribution in [#&#8203;3402](https://github.com/microsoft/windows-rs/pull/3402) **Full Changelog**: <https://github.com/microsoft/windows-rs/compare/0.60.0...0.61.0> ### [`v0.60.0`](https://github.com/microsoft/windows-rs/releases/tag/0.60.0) [Compare Source](https://github.com/microsoft/windows-rs/compare/0.59.0...0.60.0) This release includes an update to the [windows-registry](https://crates.io/crates/windows-registry) and [windows-strings](https://crates.io/crates/windows-strings) crates, mainly to provide various improvements to registry support for [rustup](https://github.com/rust-lang/rustup). #### What's Changed - Add precise registry types and allocation-free queries and updates by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3184](https://github.com/microsoft/windows-rs/pull/3184) - Add registry `Value` to/from `HSTRING` conversion by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3190](https://github.com/microsoft/windows-rs/pull/3190) - Replace `From<&str>` for `GUID` with `TryFrom<&str>` by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3193](https://github.com/microsoft/windows-rs/pull/3193) - Remove uneeded feature dependencies by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3201](https://github.com/microsoft/windows-rs/pull/3201) - docs: add root level documentation for all libraries by [@&#8203;Nerixyz](https://github.com/Nerixyz) in [#&#8203;3202](https://github.com/microsoft/windows-rs/pull/3202) - Cleanup doc testing by [@&#8203;Nerixyz](https://github.com/Nerixyz) in [#&#8203;3205](https://github.com/microsoft/windows-rs/pull/3205) - Revert cfg doc by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3206](https://github.com/microsoft/windows-rs/pull/3206) - Remove workaround for "unused" private fields by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3207](https://github.com/microsoft/windows-rs/pull/3207) - Immutable Event implementation by [@&#8203;lifers](https://github.com/lifers) in [#&#8203;3198](https://github.com/microsoft/windows-rs/pull/3198) - Always treat warnings as errors by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3210](https://github.com/microsoft/windows-rs/pull/3210) - Consistent allocation failure handling by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3209](https://github.com/microsoft/windows-rs/pull/3209) - Improve class hierarchy support by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3212](https://github.com/microsoft/windows-rs/pull/3212) - Consistent allocation failure for stock collections by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3216](https://github.com/microsoft/windows-rs/pull/3216) - Consistent allocation failure for `windows-registry` by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3215](https://github.com/microsoft/windows-rs/pull/3215) - Add default "std" feature for `windows-registry` crate by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3214](https://github.com/microsoft/windows-rs/pull/3214) - Overhaul async and future support by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3213](https://github.com/microsoft/windows-rs/pull/3213) - Addressing new nightly Clippy warning by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3222](https://github.com/microsoft/windows-rs/pull/3222) - Add async `ready` support by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3221](https://github.com/microsoft/windows-rs/pull/3221) - Bump micromatch from 4.0.5 to 4.0.8 in /web/features by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;3223](https://github.com/microsoft/windows-rs/pull/3223) - Add file dialog sample by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3226](https://github.com/microsoft/windows-rs/pull/3226) - Use relative path for extension by [@&#8203;glandium](https://github.com/glandium) in [#&#8203;3224](https://github.com/microsoft/windows-rs/pull/3224) - Simplify trait bounds for interface implementations by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3227](https://github.com/microsoft/windows-rs/pull/3227) - Remove unnecessary closure from generated code by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3228](https://github.com/microsoft/windows-rs/pull/3228) - Bump webpack from 5.90.2 to 5.94.0 in /web/features by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;3236](https://github.com/microsoft/windows-rs/pull/3236) - Add async `spawn` support by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3235](https://github.com/microsoft/windows-rs/pull/3235) - Nightly Clippy warning about assumed lifetime by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3243](https://github.com/microsoft/windows-rs/pull/3243) - Regenerate GNU libs by [@&#8203;riverar](https://github.com/riverar) in [#&#8203;3241](https://github.com/microsoft/windows-rs/pull/3241) - Add support for composable constructors by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3246](https://github.com/microsoft/windows-rs/pull/3246) - Use workspace dependencies where practical by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3248](https://github.com/microsoft/windows-rs/pull/3248) - Add test folders by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3252](https://github.com/microsoft/windows-rs/pull/3252) - Improve interop testing by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3253](https://github.com/microsoft/windows-rs/pull/3253) - Avoid deriving `Eq` for structs containing floating point type parameters by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3255](https://github.com/microsoft/windows-rs/pull/3255) - Add test for composable type authoring support by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3259](https://github.com/microsoft/windows-rs/pull/3259) - Factory cache statics don't need to be public by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3261](https://github.com/microsoft/windows-rs/pull/3261) - Allow `noexcept` methods in a composable hierarchy by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3262](https://github.com/microsoft/windows-rs/pull/3262) - Group more of the WinRT tests together by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3263](https://github.com/microsoft/windows-rs/pull/3263) - Remove "riddle" and metadata generation by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3266](https://github.com/microsoft/windows-rs/pull/3266) - Improvements to `windows-metadata` by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3268](https://github.com/microsoft/windows-rs/pull/3268) - We can now derive `Eq` and `PartialEq` for structs containing callbacks by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3270](https://github.com/microsoft/windows-rs/pull/3270) - Simpler "retval" heuristic by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3271](https://github.com/microsoft/windows-rs/pull/3271) - Test error handling for `windows-bindgen` crate by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3272](https://github.com/microsoft/windows-rs/pull/3272) - Exclude `web` on most workflows by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3279](https://github.com/microsoft/windows-rs/pull/3279) - Bump serve-static and express in /web/features by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;3274](https://github.com/microsoft/windows-rs/pull/3274) - Update jsonschema requirement from 0.18 to 0.19 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;3283](https://github.com/microsoft/windows-rs/pull/3283) - Move `VARIANT` support to the `windows` crate by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3282](https://github.com/microsoft/windows-rs/pull/3282) - Update `jsonschema` dependency by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3286](https://github.com/microsoft/windows-rs/pull/3286) - Expand `raw-dylib` testing by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3287](https://github.com/microsoft/windows-rs/pull/3287) - Fix for `cppwinrt` concurrency issue by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3289](https://github.com/microsoft/windows-rs/pull/3289) - Address Rust nightly compiler warnings by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3292](https://github.com/microsoft/windows-rs/pull/3292) - Add `Deref` implementation for `HSTRING` by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3291](https://github.com/microsoft/windows-rs/pull/3291) - Release 0.60.0 by [@&#8203;kennykerr](https://github.com/kennykerr) in [#&#8203;3293](https://github.com/microsoft/windows-rs/pull/3293) #### New Contributors - [@&#8203;lifers](https://github.com/lifers) made their first contribution in [#&#8203;3198](https://github.com/microsoft/windows-rs/pull/3198) **Full Changelog**: <https://github.com/microsoft/windows-rs/compare/0.59.0...0.60.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjUiLCJ1cGRhdGVkSW5WZXIiOiI0My4wLjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21hdGVkIiwiZGVwZW5kZW5jaWVzIl19-->
renovate[bot] added 1 commit 2026-02-12 04:01:33 +04:00
fix(deps): update all digest updates
All checks were successful
Test / Lint (pull_request) Successful in 1m3s
Test / Test (pull_request) Successful in 50s
Docs Deploy / Build and Deploy MkDocs (push) Successful in 1m10s
Test / Lint (push) Successful in 1m0s
Test / Test (push) Successful in 58s
097a915f35
renovate[bot] scheduled this pull request to auto merge when all checks succeed 2026-02-12 04:01:33 +04:00
renovate[bot] merged commit 097a915f35 into master 2026-02-12 04:16:41 +04:00
renovate[bot] deleted branch renovate/all-digest 2026-02-12 04:16:41 +04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: valentineus/fparkan#10