[PR #92] [CLOSED] chore(deps): bump windows from 0.28.0 to 0.29.0 #739

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/92
Author: @dependabot[bot]
Created: 1/1/2022
Status: Closed

Base: masterHead: dependabot/cargo/windows-0.29.0


📝 Commits (1)

  • ae1f516 chore(deps): bump windows from 0.28.0 to 0.29.0

📊 Changes

4 files changed (+45 additions, -11 deletions)

View changed files

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

📄 Description

Bumps windows from 0.28.0 to 0.29.0.

Release notes

Sourced from windows's releases.

0.29.0

  • Update win32 metadata (1387)
  • Feature and doc generation for windows-sys (1381)
  • New windows-bindgen for simpler code generation (1379)
  • Simplify and unify underlying types (1368)
  • Callbacks now consistently use Option (1344)
  • Reduce crate size by limiting Xaml bindings (1341)
  • Other small improvements and fixes
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/92 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/1/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/windows-0.29.0` --- ### 📝 Commits (1) - [`ae1f516`](https://github.com/LGUG2Z/komorebi/commit/ae1f516d5a922165e56c934691294cd3bc827865) chore(deps): bump windows from 0.28.0 to 0.29.0 ### 📊 Changes **4 files changed** (+45 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+42 -8) 📝 `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.28.0 to 0.29.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.29.0</h2> <ul> <li>Update win32 metadata (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1387">1387</a>)</li> <li>Feature and doc generation for <code>windows-sys</code> (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1381">1381</a>)</li> <li>New <code>windows-bindgen</code> for simpler code generation (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1379">1379</a>)</li> <li>Simplify and unify underlying types (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1368">1368</a>)</li> <li>Callbacks now consistently use <code>Option</code> (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1344">1344</a>)</li> <li>Reduce crate size by limiting Xaml bindings (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/pull/1341">1341</a>)</li> <li>Other small improvements and fixes</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/windows-rs/commit/cdcf56655c59526302eeb75ab4ed50a248c73666"><code>cdcf566</code></a> Update readme.md</li> <li><a href="https://github.com/microsoft/windows-rs/commit/b22d5f8f23c42cad9cd12a6ca376889463e4c27e"><code>b22d5f8</code></a> Version 0.29.0 (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/1388">#1388</a>)</li> <li><a href="https://github.com/microsoft/windows-rs/commit/c0e24aa3775785a667e81544bca0396f2cec5e3f"><code>c0e24aa</code></a> Update win32 metadata to 15.0.22-preview (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/1387">#1387</a>)</li> <li><a href="https://github.com/microsoft/windows-rs/commit/7865fa15edd1d5fce0a6c01606e3cd4aed1755e8"><code>7865fa1</code></a> Add missing <code>::</code> to <code>core</code> reference in macro (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/1384">#1384</a>)</li> <li><a href="https://github.com/microsoft/windows-rs/commit/f0c372386246940955c035c701571a160dbb5160"><code>f0c3723</code></a> Feature and doc generation (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/1381">#1381</a>)</li> <li><a href="https://github.com/microsoft/windows-rs/commit/b1145a62acc9926c2d343abf0631626d2709669d"><code>b1145a6</code></a> Reorganize workspace (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/1380">#1380</a>)</li> <li><a href="https://github.com/microsoft/windows-rs/commit/0164002a0ff3a71bf0c6279cb3ec4fa2c6b841ee"><code>0164002</code></a> Introduce new <code>bindgen</code> crate (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/1379">#1379</a>)</li> <li><a href="https://github.com/microsoft/windows-rs/commit/1b8c1793a823964e6529ae8dfe665ea29bcb43a7"><code>1b8c179</code></a> Add github issue templates (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/1372">#1372</a>)</li> <li><a href="https://github.com/microsoft/windows-rs/commit/65fb01d58f3a1828e17301e78c92fd6c210311e3"><code>65fb01d</code></a> Introduce simpler gen2 crate for code generation (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/1369">#1369</a>)</li> <li><a href="https://github.com/microsoft/windows-rs/commit/f302772f9a363731a1e12ab3bd5729bdd55da8e1"><code>f302772</code></a> Converge on underlying types (<a href="https://github-redirect.dependabot.com/microsoft/windows-rs/issues/1368">#1368</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/windows-rs/compare/0.28.0...0.29.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.28.0&new-version=0.29.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:52:47 +01:00
adam closed this issue 2026-01-05 14:52:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#739