Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Updates the requirements on windows-sys to permit the latest version.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 16, 2025
@Stebalien
Copy link
Owner

@dependabot rebase

Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version.
- [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.60.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/windows-sys-gte-0.52-and-lt-0.61 branch from 9dee2ab to 0da223b Compare June 16, 2025 16:56
@Stebalien
Copy link
Owner

The cargo deny issue is due to a circular dependency between tempfile and rustix. It'll be fixed with a tempfile release.

@Stebalien Stebalien merged commit 0657fdf into master Jun 16, 2025
13 of 14 checks passed
@Stebalien Stebalien deleted the dependabot/cargo/windows-sys-gte-0.52-and-lt-0.61 branch June 16, 2025 17:00
@Stebalien
Copy link
Owner

Ah, no, it's also due to a direct windows-sys dependency in rustix. I'll wait a bit for a release there.

@vthib
Copy link

vthib commented Aug 19, 2025

Hello! Would it be possible to make a new release of tempfile to get this dependency dump? rustix and many other crates has been updated to windows-sys 0.60, i'm looking to update as well and tempfile is now one of the few that is keeping the older windows-sys version in the dependency tree. Thanks!

@Stebalien
Copy link
Owner

@vthib done.

@zeenix
Copy link

zeenix commented Aug 20, 2025

Hmm.. somehow this change ended up downgrading windows-sys from 0.59 to 0.52 in zbus. 🤔

@Stebalien
Copy link
Owner

That looks like a bug in the bot's tooling. cargo update on zbus correctly updates tempfile and its windows-sys dependency locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants