[PR #282] [MERGED] chore(deps): bump windows from 0.42.0 to 0.43.0 #839

Closed
opened 2026-01-05 14:53:09 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/282
Author: @dependabot[bot]
Created: 10/31/2022
Status: Merged
Merged: 10/31/2022
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/windows-0.43.0


📝 Commits (1)

  • cb90e72 chore(deps): bump windows from 0.42.0 to 0.43.0

📊 Changes

4 files changed (+5 additions, -5 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 komorebi-core/Cargo.toml (+1 -1)
📝 komorebi/Cargo.toml (+1 -1)
📝 komorebic/Cargo.toml (+1 -1)

📄 Description

Bumps windows from 0.42.0 to 0.43.0.

Release notes

Sourced from windows's releases.

0.43.0

String constants now preserve their original encoding as either UTF-8 or UTF-16 null-terminated string constants. This makes many string constants directly and efficiently usable as constants to pass to various Windows APIs that expect either "ansi" or wide null-terminated string literals. This update also provides a collection of small improvements, particularly to string handling. Updated Win32 metadata provides fixes to various API definitions.

This release does not include an update to the windows-sys crate, which remains stable and unchanged.

What's Changed

Full Changelog: https://github.com/microsoft/windows-rs/compare/0.42.0...0.43.0

Commits

Dependabot compatibility score

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/282 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/31/2022 **Status:** ✅ Merged **Merged:** 10/31/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/windows-0.43.0` --- ### 📝 Commits (1) - [`cb90e72`](https://github.com/LGUG2Z/komorebi/commit/cb90e727e90dfe0e14bb0f1f04a9d86fdda528fa) chore(deps): bump windows from 0.42.0 to 0.43.0 ### 📊 Changes **4 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `komorebi-core/Cargo.toml` (+1 -1) 📝 `komorebi/Cargo.toml` (+1 -1) 📝 `komorebic/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [windows](https://github.com/microsoft/windows-rs) from 0.42.0 to 0.43.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/windows-rs/releases">windows's releases</a>.</em></p> <blockquote> <h2>0.43.0</h2> <p>String constants now preserve their original encoding as either UTF-8 or UTF-16 null-terminated string constants. This makes many string constants directly and efficiently usable as constants to pass to various Windows APIs that expect either &quot;ansi&quot; or wide null-terminated string literals. This update also provides a collection of small improvements, particularly to string handling. Updated Win32 metadata provides fixes to various API definitions.</p> <p>This release does not include an update to the <code>windows-sys</code> crate, which remains stable and unchanged.</p> <h2>What's Changed</h2> <ul> <li>Remove composable support by <a href="https://github.com/kennykerr"><code>@​kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2070">microsoft/windows-rs#2070</a></li> <li>Remove unnecessary convertible parameters by <a href="https://github.com/kennykerr"><code>@​kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2071">microsoft/windows-rs#2071</a></li> <li>Use consistent <code>const GUID</code> code gen across <code>windows</code> and <code>windows-sys</code> by <a href="https://github.com/kennykerr"><code>@​kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2072">microsoft/windows-rs#2072</a></li> <li>Use <code>std</code> consistently in the <code>windows</code> crate by <a href="https://github.com/kennykerr"><code>@​kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2073">microsoft/windows-rs#2073</a></li> <li>Improve core string type testing by <a href="https://github.com/kennykerr"><code>@​kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2074">microsoft/windows-rs#2074</a></li> <li>Update the Natvis definition for <code>HSTRING</code> by <a href="https://github.com/ridwanabdillahi"><code>@​ridwanabdillahi</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2077">microsoft/windows-rs#2077</a></li> <li>Improve <code>windows::core::Error</code> formatting by <a href="https://github.com/kennykerr"><code>@​kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2075">microsoft/windows-rs#2075</a></li> <li>Make more of the <code>HSTRING</code> methods <code>const</code> by <a href="https://github.com/kennykerr"><code>@​kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2078">microsoft/windows-rs#2078</a></li> <li>Replace boilerplate COM interface code gen with <code>macro_rules</code> by <a href="https://github.com/kennykerr"><code>@​kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2079">microsoft/windows-rs#2079</a></li> <li>Fix D3D12 sample by <a href="https://github.com/kennykerr"><code>@​kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2084">microsoft/windows-rs#2084</a></li> <li>Suppress fewer warnings by <a href="https://github.com/kennykerr"><code>@​kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2085">microsoft/windows-rs#2085</a></li> <li>Fix a few new <code>clippy</code> warnings by <a href="https://github.com/kaivol"><code>@​kaivol</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2090">microsoft/windows-rs#2090</a></li> <li>Update the win32 metadata to version 36.0.9 by <a href="https://github.com/kennykerr"><code>@​kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2099">microsoft/windows-rs#2099</a></li> <li>Provide original encoding for string constants by <a href="https://github.com/kennykerr"><code>@​kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2101">microsoft/windows-rs#2101</a></li> <li>Minor housekeeping by <a href="https://github.com/kennykerr"><code>@​kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2102">microsoft/windows-rs#2102</a></li> <li>Simpler non-COM interface code gen by <a href="https://github.com/kennykerr"><code>@​kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2103">microsoft/windows-rs#2103</a></li> <li>Fix recursive PartialEq impl in <code>BSTR</code> by <a href="https://github.com/rylev"><code>@​rylev</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2116">microsoft/windows-rs#2116</a></li> <li>Version 0.43 by <a href="https://github.com/kennykerr"><code>@​kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2117">microsoft/windows-rs#2117</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/windows-rs/compare/0.42.0...0.43.0">https://github.com/microsoft/windows-rs/compare/0.42.0...0.43.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/windows-rs/commit/4726348167316b4624abbe57e0b09cd05f12e0d5"><code>4726348</code></a> Version 0.43 (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/2117">#2117</a>)</li> <li><a href="https://github.com/microsoft/windows-rs/commit/9279ef5c11431af6faf33d5231309f8171d4ea07"><code>9279ef5</code></a> Fix recursive <code>PartialEq</code> impl in <code>BSTR</code> (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/2116">#2116</a>)</li> <li><a href="https://github.com/microsoft/windows-rs/commit/1e14dc4b9908d887d1b8a7a1c8adcfc9287ec800"><code>1e14dc4</code></a> Update readme example</li> <li><a href="https://github.com/microsoft/windows-rs/commit/962d0a9f19d049a37f704b8ea3c7ab7efd1d95cb"><code>962d0a9</code></a> Simpler non-COM interface code gen (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/2103">#2103</a>)</li> <li><a href="https://github.com/microsoft/windows-rs/commit/3b9f91237b4d3403b6a2c1b50d88a48fd3713962"><code>3b9f912</code></a> Minor housekeeping (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/2102">#2102</a>)</li> <li><a href="https://github.com/microsoft/windows-rs/commit/cc2032e7462633e53e560ce1ee00a3ea9f87402e"><code>cc2032e</code></a> Provide original encoding for string constants (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/2101">#2101</a>)</li> <li><a href="https://github.com/microsoft/windows-rs/commit/3b73213d2ed17ac2c40cb2cef11f056fcfe709c7"><code>3b73213</code></a> Update the win32 metadata to version 36.0.9 (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/2099">#2099</a>)</li> <li><a href="https://github.com/microsoft/windows-rs/commit/67564c7790aea03e367eaeea65e535b02471e158"><code>67564c7</code></a> Fix new <code>clippy</code> warnings (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/2090">#2090</a>)</li> <li><a href="https://github.com/microsoft/windows-rs/commit/d3148198e14e9b3bbd5cfe3e6c82bcd116b76fb1"><code>d314819</code></a> Suppress fewer warnings (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/2085">#2085</a>)</li> <li><a href="https://github.com/microsoft/windows-rs/commit/931a9f670b551cca907190ee569366854e1ec7c7"><code>931a9f6</code></a> Fix D3D12 sample (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/2084">#2084</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/windows-rs/compare/0.42.0...0.43.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=windows&package-manager=cargo&previous-version=0.42.0&new-version=0.43.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:53:09 +01:00
adam closed this issue 2026-01-05 14:53:09 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#839