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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@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/1228
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 1/13/2025
**Status:** ✅ Merged
**Merged:** 1/13/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `dependabot/cargo/winreg-0.55.0`
---
### 📝 Commits (1)
- [`0140f6e`](https://github.com/LGUG2Z/komorebi/commit/0140f6eb3fe32514c138b274fe709b2805f885e9) chore(deps): bump winreg from 0.53.0 to 0.55.0
### 📊 Changes
**2 files changed** (+4 additions, -4 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+3 -3)
📝 `komorebi/Cargo.toml` (+1 -1)
</details>
### 📄 Description
Bumps [winreg](https://github.com/gentoo90/winreg-rs) from 0.53.0 to 0.55.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/gentoo90/winreg-rs/releases">winreg's releases</a>.</em></p>
<blockquote>
<h2>0.55.0 (windows-sys)</h2>
<ul>
<li>Breaking change: Increate MSRV to 1.60</li>
<li>Breaking change: Upgrade <code>windows-sys</code> to version 0.59 (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/77">#77</a>)</li>
</ul>
<h2>0.54.0 (windows-sys)</h2>
<ul>
<li>Breaking change: Migrate to the 2021 edition of Rust (MSRV 1.56)</li>
<li>Breaking change: Upgrade <code>windows-sys</code> to version 0.52 (closes <a href="https://redirect.github.com/gentoo90/winreg-rs/issues/63">#63</a>, <a href="https://redirect.github.com/gentoo90/winreg-rs/issues/70">#70</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/gentoo90/winreg-rs/blob/master/CHANGELOG.md">winreg's changelog</a>.</em></p>
<blockquote>
<h2>0.55.0</h2>
<ul>
<li>Breaking change: Increate MSRV to 1.60</li>
<li>Breaking change: Upgrade <code>windows-sys</code> to version 0.59 (<a href="https://redirect.github.com/gentoo90/winreg-rs/pull/77">#77</a>)</li>
</ul>
<h2>0.54.0</h2>
<ul>
<li>Breaking change: Migrate to the 2021 edition of Rust (MSRV 1.56)</li>
<li>Breaking change: Upgrade <code>windows-sys</code> to version 0.52 (closes <a href="https://redirect.github.com/gentoo90/winreg-rs/pull/63">#63</a>, <a href="https://redirect.github.com/gentoo90/winreg-rs/pull/70">#70</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/gentoo90/winreg-rs/commit/9243b238493c90d3b5e8f68f33fad9c77fb9d35e"><code>9243b23</code></a> Bump version to 0.55.0</li>
<li><a href="https://github.com/gentoo90/winreg-rs/commit/f0440749e8d000821cbc1940dcb3c69e00c9f33f"><code>f044074</code></a> Upgrade <code>windows-sys</code> to version 0.59 (and MSRV to 1.60)</li>
<li><a href="https://github.com/gentoo90/winreg-rs/commit/4574febe779ebe502c0617e8618c14f9e8dee3ce"><code>4574feb</code></a> Bump version to 0.54.0</li>
<li><a href="https://github.com/gentoo90/winreg-rs/commit/105ca7aee378e14b336f9aaa797144904448af84"><code>105ca7a</code></a> Upgrade <code>windows-sys</code> to version 0.52</li>
<li><a href="https://github.com/gentoo90/winreg-rs/commit/93aefdf523812bc9d8e6295d4577b34c89cf06c1"><code>93aefdf</code></a> Migrate to the 2021 edition of Rust</li>
<li><a href="https://github.com/gentoo90/winreg-rs/commit/c9315d07f062b766e9283920e935e988fc5bf2be"><code>c9315d0</code></a> Clippy: remove unnecessary typecasts</li>
<li><a href="https://github.com/gentoo90/winreg-rs/commit/e62111ee60cd998680a8ecc1aad000d8b7a15ba1"><code>e62111e</code></a> Merge branch 'winapi'</li>
<li><a href="https://github.com/gentoo90/winreg-rs/commit/049035fe943dfe12d390aef655f07c2e598e70cd"><code>049035f</code></a> Update the transaction example in the docs</li>
<li><a href="https://github.com/gentoo90/winreg-rs/commit/5baac5d5a4d0e86706f9f2628f18f74321604079"><code>5baac5d</code></a> CI: upgrade actions to the latest versions</li>
<li><a href="https://github.com/gentoo90/winreg-rs/commit/cbaeb4e00a35f1b00d3e43d6e1c002e2856c9215"><code>cbaeb4e</code></a> CI: check <code>Cargo.toml</code> formatting</li>
<li>See full diff in <a href="https://github.com/gentoo90/winreg-rs/compare/v0.53.0...v0.55.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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/1228
Author: @dependabot[bot]
Created: 1/13/2025
Status: ✅ Merged
Merged: 1/13/2025
Merged by: @LGUG2Z
Base:
master← Head:dependabot/cargo/winreg-0.55.0📝 Commits (1)
0140f6echore(deps): bump winreg from 0.53.0 to 0.55.0📊 Changes
2 files changed (+4 additions, -4 deletions)
View changed files
📝
Cargo.lock(+3 -3)📝
komorebi/Cargo.toml(+1 -1)📄 Description
Bumps winreg from 0.53.0 to 0.55.0.
Release notes
Sourced from winreg's releases.
Changelog
Sourced from winreg's changelog.
Commits
9243b23Bump version to 0.55.0f044074Upgradewindows-systo version 0.59 (and MSRV to 1.60)4574febBump version to 0.54.0105ca7aUpgradewindows-systo version 0.5293aefdfMigrate to the 2021 edition of Rustc9315d0Clippy: remove unnecessary typecastse62111eMerge branch 'winapi'049035fUpdate the transaction example in the docs5baac5dCI: upgrade actions to the latest versionscbaeb4eCI: checkCargo.tomlformattingDependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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.