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/112
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 3/1/2022
**Status:** ✅ Merged
**Merged:** 3/4/2022
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `dependabot/cargo/windows-0.33.0`
---
### 📝 Commits (1)
- [`b76a637`](https://github.com/LGUG2Z/komorebi/commit/b76a637be8d46c2ba7f78aee8b87c10f6ba03e51) chore(deps): bump windows from 0.32.0 to 0.33.0
### 📊 Changes
**5 files changed** (+21 additions, -21 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+17 -17)
📝 `komorebi-core/Cargo.toml` (+1 -1)
📝 `komorebi/Cargo.toml` (+1 -1)
📝 `komorebi/src/windows_api.rs` (+1 -1)
📝 `komorebic/Cargo.toml` (+1 -1)
</details>
### 📄 Description
Bumps [windows](https://github.com/microsoft/windows-rs) from 0.32.0 to 0.33.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.33.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add first-class types for <code>PCSTR</code> and <code>PCWSTR</code> by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1550">microsoft/windows-rs#1550</a></li>
<li>Prefer <code>&self</code> for COM interface traits by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1511">microsoft/windows-rs#1511</a></li>
<li>Only build the default doc target for <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/1508">microsoft/windows-rs#1508</a></li>
<li>Simplify implementing with WinRT generic interfaces by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1510">microsoft/windows-rs#1510</a></li>
<li>Update tests to use <code>UnsafeCell</code> by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1517">microsoft/windows-rs#1517</a></li>
<li>Correct <code>aarch64</code> import lib and add tests by <a href="https://github.com/riverar"><code>@riverar</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1531">microsoft/windows-rs#1531</a></li>
<li>Explicit parameter direction by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1533">microsoft/windows-rs#1533</a></li>
<li>Include Win32 "retval" signatures in transformation by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1534">microsoft/windows-rs#1534</a></li>
<li>Fix incorrect implementation shims by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1535">microsoft/windows-rs#1535</a></li>
<li>Experimental COM interface declaration support by <a href="https://github.com/rylev"><code>@rylev</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1540">microsoft/windows-rs#1540</a></li>
<li>Make <code>NTSTATUS::ok</code> a <code>const fn</code> by <a href="https://github.com/roblabla"><code>@roblabla</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1542">microsoft/windows-rs#1542</a></li>
<li>Move feature and dependency tracking to the <code>metadata</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/1544">microsoft/windows-rs#1544</a></li>
<li>Constrain borrowed parameter lifetime by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1545">microsoft/windows-rs#1545</a></li>
<li>Simplify and add test for <code>Weak</code> by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1548">microsoft/windows-rs#1548</a></li>
<li>Avoid unnecessary <code>null_mut</code> in samples by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1558">microsoft/windows-rs#1558</a></li>
<li>Restore ability to codegen with windows as dep crate by <a href="https://github.com/riverar"><code>@riverar</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1551">microsoft/windows-rs#1551</a></li>
<li>Minor doc improvements by <a href="https://github.com/kennykerr"><code>@kennykerr</code></a> in <a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1564">microsoft/windows-rs#1564</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/windows-rs/compare/0.32.0...0.33.0">https://github.com/microsoft/windows-rs/compare/0.32.0...0.33.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/windows-rs/commit/031369dde0de1f30857727c06d533fee70c2882e"><code>031369d</code></a> Minor doc improvements (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/1564">#1564</a>)</li>
<li><a href="https://github.com/microsoft/windows-rs/commit/4ede491190af75e272aff121d6c10521420ac776"><code>4ede491</code></a> Version 0.33.0 (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/1563">#1563</a>)</li>
<li><a href="https://github.com/microsoft/windows-rs/commit/5c110dcba4fa7b62b42cbefbe1394d5021e99c08"><code>5c110dc</code></a> Restore ability to gen with windows as dep crate (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/1551">#1551</a>)</li>
<li><a href="https://github.com/microsoft/windows-rs/commit/2fedd3ec162157f16d8a94d4efd3019674086c5b"><code>2fedd3e</code></a> Avoid unnecessary <code>null_mut</code> in samples (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/1558">#1558</a>)</li>
<li><a href="https://github.com/microsoft/windows-rs/commit/32c7eea14faabd083f5d3e6f0f03530a38ba2113"><code>32c7eea</code></a> Remove <code>const</code> workaround for handles (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/1552">#1552</a>)</li>
<li><a href="https://github.com/microsoft/windows-rs/commit/7afc3d4d3d360ec762d0dac779e19ab036a1afb2"><code>7afc3d4</code></a> Add first-class types for <code>PCSTR</code> and <code>PCWSTR</code> (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/1550">#1550</a>)</li>
<li><a href="https://github.com/microsoft/windows-rs/commit/6c55e2dda0d28ae6390bea8969c07445de2e4590"><code>6c55e2d</code></a> Simplify and add test for <code>Weak</code> (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/1548">#1548</a>)</li>
<li><a href="https://github.com/microsoft/windows-rs/commit/0b1dd3bc7c1b98c618a6adff0757566e43d944dc"><code>0b1dd3b</code></a> <code>Type::GenericParam</code> can store a static <code>str</code> (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/1547">#1547</a>)</li>
<li><a href="https://github.com/microsoft/windows-rs/commit/a94af0f0a56483024c97dc997073baa1e0883ce5"><code>a94af0f</code></a> Simplify nightly test inference (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/1546">#1546</a>)</li>
<li><a href="https://github.com/microsoft/windows-rs/commit/54b89550fb30d965c4f3145b7b1fd8054b5a23c9"><code>54b8955</code></a> Constrain borrowed parameter lifetime (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/1545">#1545</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/microsoft/windows-rs/compare/0.32.0...0.33.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/112
Author: @dependabot[bot]
Created: 3/1/2022
Status: ✅ Merged
Merged: 3/4/2022
Merged by: @LGUG2Z
Base:
master← Head:dependabot/cargo/windows-0.33.0📝 Commits (1)
b76a637chore(deps): bump windows from 0.32.0 to 0.33.0📊 Changes
5 files changed (+21 additions, -21 deletions)
View changed files
📝
Cargo.lock(+17 -17)📝
komorebi-core/Cargo.toml(+1 -1)📝
komorebi/Cargo.toml(+1 -1)📝
komorebi/src/windows_api.rs(+1 -1)📝
komorebic/Cargo.toml(+1 -1)📄 Description
Bumps windows from 0.32.0 to 0.33.0.
Release notes
Sourced from windows's releases.
Commits
031369dMinor doc improvements (#1564)4ede491Version 0.33.0 (#1563)5c110dcRestore ability to gen with windows as dep crate (#1551)2fedd3eAvoid unnecessarynull_mutin samples (#1558)32c7eeaRemoveconstworkaround for handles (#1552)7afc3d4Add first-class types forPCSTRandPCWSTR(#1550)6c55e2dSimplify and add test forWeak(#1548)0b1dd3bType::GenericParamcan store a staticstr(#1547)a94af0fSimplify nightly test inference (#1546)54b8955Constrain borrowed parameter lifetime (#1545)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.