Bump windows from 0.58.0 to 0.61.3 - #437
Merged
Merged
Conversation
Contributor
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
ceiling | 9328c87 | Commit Preview URL Branch Preview URL |
Sep 15 2026, 09:41 PM |
Bumps [windows](https://github.com/microsoft/windows-rs) from 0.58.0 to 0.61.3. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) --- updated-dependencies: - dependency-name: windows dependency-version: 0.61.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/windows-0.61.3
branch
from
September 15, 2026 21:28
4306ab5 to
64496a9
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps windows from 0.58.0 to 0.61.3.
Commits
Note
Bump
windowscrate from 0.58.0 to 0.61.3 and adapt call siteswindowscrate dependency in bothrust/Cargo.tomlandapps/desktop-tauri/src-tauri/Cargo.toml, and enables the newWin32_System_Ole,Win32_System_Variant, andWin32_System_StructuredStoragefeature sets required by the newer API.BOOLimports fromWindows::FoundationtoWindows::coreacross focus.rs, secure_file.rs, and windows_security.rs to match the new crate layout.LocalFree, security-descriptor retrieval,SetNamedSecurityInfoW, and well-known SID creation calls to use the newer optional-pointer/optional-handle argument form across cookies.rs, secure_file.rs, and windows_security.rs.VARIANTimport in taskbar.rs, thePROPERTYKEYnamespace in notifications.rs, the credential-read flag in api.rs, and passes a native boolean to the signer-chain lookup in signature.rs.windows0.58 API surface (e.g.BOOLfromFoundation, non-optional pointer args) will need matching updates.Macroscope summarized 9328c87.