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/241
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 9/26/2022
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `dependabot/cargo/windows-0.41.0`
---
### 📝 Commits (1)
- [`801d573`](https://github.com/LGUG2Z/komorebi/commit/801d573211ecbfc640ab2374acc6ced325c3f255) chore(deps): bump windows from 0.40.0 to 0.41.0
### 📊 Changes
**4 files changed** (+24 additions, -24 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+21 -21)
📝 `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.40.0 to 0.41.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.41.0</h2>
<p>This is a minor service release addressing a number of issues mostly originating from the underlying win32 metadata which have now been resolved.</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>Harden win32 array support to avoid conflicting metadata by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2035">microsoft/windows-rs#2035</a></li>
<li>Don't transform pointers to references by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2036">microsoft/windows-rs#2036</a></li>
<li>Avoid transforming array parameters with mismatched metadata by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2037">microsoft/windows-rs#2037</a></li>
<li>Add support for reserved parameters by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2039">microsoft/windows-rs#2039</a></li>
<li>Add WMI sample by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2041">microsoft/windows-rs#2041</a></li>
<li>Add macros for creating null-terminated string literals to <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/2043">microsoft/windows-rs#2043</a></li>
<li>Further constrain transforming array parameters to avoid potentially polymorphic types by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2046">microsoft/windows-rs#2046</a></li>
<li>Add Natvis definitions for types defined in the <code>core</code> module of the <code>windows</code> crate by <a href="https://github.com/ridwanabdillahi"><code>@ridwanabdillahi</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2023">microsoft/windows-rs#2023</a></li>
<li>Add support for declaring interfaces derived from existing interfaces by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2048">microsoft/windows-rs#2048</a></li>
<li>Update the win32 metadata to version 33.0.18 by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2050">microsoft/windows-rs#2050</a></li>
<li>Remove dlltool prefix hack by <a href="https://github.com/glandium"><code>@glandium</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2052">microsoft/windows-rs#2052</a></li>
<li>Separate <code>Vtable</code> support from <code>Interface</code> trait by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2051">microsoft/windows-rs#2051</a></li>
<li>Fix <code>HSTRING</code> to conform to Rust's aliasing rules by <a href="https://github.com/ChrisDenton"><code>@ChrisDenton</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2057">microsoft/windows-rs#2057</a></li>
<li>Version 0.41.0 by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2058">microsoft/windows-rs#2058</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ridwanabdillahi"><code>@ridwanabdillahi</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/2023">microsoft/windows-rs#2023</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/windows-rs/compare/0.40.0...0.41.0">https://github.com/microsoft/windows-rs/compare/0.40.0...0.41.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/windows-rs/commit/b1f53eadde2db7ebd3935bc7c31c335e7952cd5c"><code>b1f53ea</code></a> Version 0.41.0 (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/2058">#2058</a>)</li>
<li><a href="https://github.com/microsoft/windows-rs/commit/b13b328d574d9da95da1496e39dbb01453390063"><code>b13b328</code></a> Fix <code>HSTRING</code> to conform to Rust's aliasing rules (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/2057">#2057</a>)</li>
<li><a href="https://github.com/microsoft/windows-rs/commit/49317c3a78f7b644f7fd2522ceb6265c698ff89f"><code>49317c3</code></a> Separate <code>Vtable</code> support from <code>Interface</code> trait (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/2051">#2051</a>)</li>
<li><a href="https://github.com/microsoft/windows-rs/commit/bd3eac829733a3154688f1b0b9147aac54fb2b12"><code>bd3eac8</code></a> Remove dlltool prefix hack (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/2052">#2052</a>)</li>
<li><a href="https://github.com/microsoft/windows-rs/commit/a9728b21363909339cc71a1cd973ac697aad0569"><code>a9728b2</code></a> Update the win32 metadata to version 33.0.18 (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/2050">#2050</a>)</li>
<li><a href="https://github.com/microsoft/windows-rs/commit/de158fb0e180f9e09f398c8c085e30076efc4299"><code>de158fb</code></a> Add support for declaring interfaces derived from existing interfaces (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/2048">#2048</a>)</li>
<li><a href="https://github.com/microsoft/windows-rs/commit/29e5510ed5e19eb27e91fe56eb851b9cc8ff666d"><code>29e5510</code></a> Add Natvis definitions for types defined in the <code>core</code> module of the `windows...</li>
<li><a href="https://github.com/microsoft/windows-rs/commit/e018d417b3ec6f725294fb9b0d91ac14adcb0223"><code>e018d41</code></a> Further constrain transforming array parameters to avoid potentially polymorp...</li>
<li><a href="https://github.com/microsoft/windows-rs/commit/dd244b5f4cf14c3274a0e3ae7f93c23685f37a33"><code>dd244b5</code></a> Add macros for creating null-terminated string literals to <code>windows-sys</code> (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/2043">#2043</a>)</li>
<li><a href="https://github.com/microsoft/windows-rs/commit/ba4566cd7f5a474febe2d929a61361187188be99"><code>ba4566c</code></a> Add WMI sample (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/2041">#2041</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/microsoft/windows-rs/compare/0.40.0...0.41.0">compare view</a></li>
</ul>
</details>
<br />
[](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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/241
Author: @dependabot[bot]
Created: 9/26/2022
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/windows-0.41.0📝 Commits (1)
801d573chore(deps): bump windows from 0.40.0 to 0.41.0📊 Changes
4 files changed (+24 additions, -24 deletions)
View changed files
📝
Cargo.lock(+21 -21)📝
komorebi-core/Cargo.toml(+1 -1)📝
komorebi/Cargo.toml(+1 -1)📝
komorebic/Cargo.toml(+1 -1)📄 Description
Bumps windows from 0.40.0 to 0.41.0.
Release notes
Sourced from windows's releases.
Commits
b1f53eaVersion 0.41.0 (#2058)b13b328FixHSTRINGto conform to Rust's aliasing rules (#2057)49317c3SeparateVtablesupport fromInterfacetrait (#2051)bd3eac8Remove dlltool prefix hack (#2052)a9728b2Update the win32 metadata to version 33.0.18 (#2050)de158fbAdd support for declaring interfaces derived from existing interfaces (#2048)29e5510Add Natvis definitions for types defined in thecoremodule of the `windows...e018d41Further constrain transforming array parameters to avoid potentially polymorp...dd244b5Add macros for creating null-terminated string literals towindows-sys(#2043)ba4566cAdd WMI sample (#2041)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.