[PR #589] [MERGED] chore(deps): bump winreg from 0.51.0 to 0.52.0 #1001

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/589
Author: @dependabot[bot]
Created: 11/20/2023
Status: Merged
Merged: 11/23/2023
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/winreg-0.52.0


📝 Commits (1)

  • cc4a809 chore(deps): bump winreg from 0.51.0 to 0.52.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.51.0 to 0.52.0.

Release notes

Sourced from winreg's releases.

0.52.0 (windows-rs)

  • Breaking change: .commit() and .rollback() now consume the transaction (#62)
  • Add RegKey::rename_subkey() method (#58)
  • Make serialization modules public (#59)
  • Fix UB in FromRegValue for u32 and u64 (#61)
Changelog

Sourced from winreg's changelog.

0.52.0

  • Breaking change: .commit() and .rollback() now consume the transaction (#62)
  • Add RegKey::rename_subkey() method (#58)
  • Make serialization modules public (#59)
  • Fix UB in FromRegValue for u32 and u64 (#61)

0.14.0

  • Breaking change: increase MSRV to 1.34
  • Fix UB in FromRegValue for u32 and u64 (#61)

0.13.0

  • Breaking change: .commit() and .rollback() now consume the transaction (#62)
  • Add RegKey::rename_subkey() method (#58)
  • Make serialization modules public (#59)
Commits
  • 1c56127 Merge branch 'winapi'. Bump version to 0.52.0
  • 4b0ba3e Bump version to 0.14.0
  • 7634148 Fix UB in FromRegValue for u32 and u64
  • 9aea2ad Bump version to 0.13.0
  • 5312581 Fix build with rust 1.31
  • ecda498 Make serialization modules public.
  • 0fd5bb8 .commit() and .rollback() now consume the transaction
  • fa2f1c8 Add RegKey::rename_subkey() method
  • See full diff in compare view

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 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/589 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/20/2023 **Status:** ✅ Merged **Merged:** 11/23/2023 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/winreg-0.52.0` --- ### 📝 Commits (1) - [`cc4a809`](https://github.com/LGUG2Z/komorebi/commit/cc4a809bc10e79eae35a976782686f06d482d9bc) chore(deps): bump winreg from 0.51.0 to 0.52.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.51.0 to 0.52.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.52.0 (windows-rs)</h2> <ul> <li>Breaking change: <code>.commit()</code> and <code>.rollback()</code> now consume the transaction (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/62">#62</a>)</li> <li>Add <code>RegKey::rename_subkey()</code> method (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/58">#58</a>)</li> <li>Make serialization modules public (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/59">#59</a>)</li> <li>Fix UB in <code>FromRegValue</code> for <code>u32</code> and <code>u64</code> (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/61">#61</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.52.0</h2> <ul> <li>Breaking change: <code>.commit()</code> and <code>.rollback()</code> now consume the transaction (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/62">#62</a>)</li> <li>Add <code>RegKey::rename_subkey()</code> method (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/58">#58</a>)</li> <li>Make serialization modules public (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/59">#59</a>)</li> <li>Fix UB in <code>FromRegValue</code> for <code>u32</code> and <code>u64</code> (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/61">#61</a>)</li> </ul> <h2>0.14.0</h2> <ul> <li>Breaking change: increase MSRV to 1.34</li> <li>Fix UB in <code>FromRegValue</code> for <code>u32</code> and <code>u64</code> (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/61">#61</a>)</li> </ul> <h2>0.13.0</h2> <ul> <li>Breaking change: <code>.commit()</code> and <code>.rollback()</code> now consume the transaction (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/62">#62</a>)</li> <li>Add <code>RegKey::rename_subkey()</code> method (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/58">#58</a>)</li> <li>Make serialization modules public (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/59">#59</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gentoo90/winreg-rs/commit/1c56127adf4e310b5c8ed2af89aa3f7b09d38371"><code>1c56127</code></a> Merge branch 'winapi'. Bump version to 0.52.0</li> <li><a href="https://github.com/gentoo90/winreg-rs/commit/4b0ba3e24325129c8f34809970e5e79c74f4a53e"><code>4b0ba3e</code></a> Bump version to 0.14.0</li> <li><a href="https://github.com/gentoo90/winreg-rs/commit/7634148bcab11bdc14da30284ecb3b2d29f3bfeb"><code>7634148</code></a> Fix UB in <code>FromRegValue</code> for <code>u32</code> and <code>u64</code></li> <li><a href="https://github.com/gentoo90/winreg-rs/commit/9aea2ad818a76f55e006538dd5e818e8ad13443f"><code>9aea2ad</code></a> Bump version to 0.13.0</li> <li><a href="https://github.com/gentoo90/winreg-rs/commit/53125816b282d31644043584f3afdbbd22a36597"><code>5312581</code></a> Fix build with rust 1.31</li> <li><a href="https://github.com/gentoo90/winreg-rs/commit/ecda4989e91b1ac0ec7ca86adbc75914d4e79929"><code>ecda498</code></a> Make serialization modules public.</li> <li><a href="https://github.com/gentoo90/winreg-rs/commit/0fd5bb8823680ea3ef3b4823cef3482a2f19420f"><code>0fd5bb8</code></a> <code>.commit()</code> and <code>.rollback()</code> now consume the transaction</li> <li><a href="https://github.com/gentoo90/winreg-rs/commit/fa2f1c851aff55abf54ab530b97f0835373e467d"><code>fa2f1c8</code></a> Add <code>RegKey::rename_subkey()</code> method</li> <li>See full diff in <a href="https://github.com/gentoo90/winreg-rs/compare/v0.51.0...v0.52.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=winreg&package-manager=cargo&previous-version=0.51.0&new-version=0.52.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 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>
adam added the pull-request label 2026-01-05 14:53:41 +01:00
adam closed this issue 2026-01-05 14:53:41 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1001