Skip to content

chore(deps): bump windows-sys from 0.59.0 to 0.61.2 in the rust-major-dependencies group across 1 directory#74

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-major-dependencies-3a54b10500
Closed

chore(deps): bump windows-sys from 0.59.0 to 0.61.2 in the rust-major-dependencies group across 1 directory#74
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-major-dependencies-3a54b10500

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust-major-dependencies group with 1 update in the / directory: windows-sys.

Updates windows-sys from 0.59.0 to 0.61.2

Release notes

Sourced from windows-sys's releases.

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

... (truncated)

Commits

@postil-dev postil-dev Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 finding has applied the brakes. Fix it, then push again.

Review details

Comment thread Cargo.lock
"socket2",
"tracing",
"windows-sys 0.59.0",
"windows-sys 0.52.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

error Incorrect windows-sys version in Cargo.lock
error · confidence 0.90 · kind: risk

The diff updates windows-sys to 0.61.2 in Cargo.toml and one place in Cargo.lock, but line 1251 still references version 0.52.0. This mismatch will cause a build failure. Run cargo update -p windows-sys --workspace to update the version in Cargo.lock to match the version in Cargo.toml.

@dependabot dependabot Bot changed the title chore(deps): bump windows-sys from 0.59.0 to 0.61.2 in the rust-major-dependencies group chore(deps): bump windows-sys from 0.59.0 to 0.61.2 in the rust-major-dependencies group across 1 directory Jul 15, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/rust-major-dependencies-3a54b10500 branch 2 times, most recently from bb50795 to c9ccdb1 Compare July 15, 2026 21:45
@morgaesis

Copy link
Copy Markdown
Owner

@postil rerun the review for the current head.

1 similar comment
@morgaesis

Copy link
Copy Markdown
Owner

@postil rerun the review for the current head.

@dependabot
dependabot Bot force-pushed the dependabot/cargo/rust-major-dependencies-3a54b10500 branch 2 times, most recently from c9677f1 to 9e3af89 Compare July 16, 2026 20:54
Bumps the rust-major-dependencies group with 1 update in the / directory: [windows-sys](https://github.com/microsoft/windows-rs).


Updates `windows-sys` from 0.59.0 to 0.61.2
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

---
updated-dependencies:
- dependency-name: windows-sys
  dependency-version: 0.61.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-major-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/rust-major-dependencies-3a54b10500 branch from 9e3af89 to 40cbabe Compare July 17, 2026 20:54
@morgaesis

Copy link
Copy Markdown
Owner

Superseded by #102.

@morgaesis morgaesis closed this Jul 18, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/cargo/rust-major-dependencies-3a54b10500 branch July 18, 2026 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant