[PR #558] [MERGED] chore(deps): bump winreg from 0.50.0 to 0.51.0 #986

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/558
Author: @dependabot[bot]
Created: 10/9/2023
Status: Merged
Merged: 10/9/2023
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/winreg-0.51.0


📝 Commits (1)

  • adc9d4a chore(deps): bump winreg from 0.50.0 to 0.51.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.50.0 to 0.51.0.

Release notes

Sourced from winreg's releases.

0.51.0 (windows-sys)

  • Breaking change: fix std::fmt::Display implementation for RegValue (#52)
  • Add RegKey::encode_transacted() method (pullrequest #55), fixes #54)
Changelog

Sourced from winreg's changelog.

0.12.0, 0.51.0

  • Breaking change: fix std::fmt::Display implementation for RegValue (#52)
  • Add RegKey::encode_transacted() method (pullrequest #55, fixes #54)
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 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/558 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/9/2023 **Status:** ✅ Merged **Merged:** 10/9/2023 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/winreg-0.51.0` --- ### 📝 Commits (1) - [`adc9d4a`](https://github.com/LGUG2Z/komorebi/commit/adc9d4abe5be74bc60ceb211b8d82a51585f2ccc) chore(deps): bump winreg from 0.50.0 to 0.51.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.50.0 to 0.51.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.51.0 (windows-sys)</h2> <ul> <li>Breaking change: fix <code>std::fmt::Display</code> implementation for <code>RegValue</code> (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/52">#52</a>)</li> <li>Add <code>RegKey::encode_transacted()</code> method (pullrequest <a href="https://redirect.github.com/gentoo90/winreg-rs/issues/55">#55</a>), fixes <a href="https://redirect.github.com/gentoo90/winreg-rs/issues/54">#54</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.12.0, 0.51.0</h2> <ul> <li>Breaking change: fix <code>std::fmt::Display</code> implementation for <code>RegValue</code> (<a href="https://redirect.github.com/gentoo90/winreg-rs/issues/52">#52</a>)</li> <li>Add <code>RegKey::encode_transacted()</code> method (pullrequest <a href="https://redirect.github.com/gentoo90/winreg-rs/pull/55">#55</a>, fixes <a href="https://redirect.github.com/gentoo90/winreg-rs/issues/54">#54</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gentoo90/winreg-rs/commit/fc6521e5afe0b71e06737bb928d1bf98995c8ede"><code>fc6521e</code></a> Fix build with rust 1.46</li> <li><a href="https://github.com/gentoo90/winreg-rs/commit/60c42109b84176a3d54106228fb00b4bb1585646"><code>60c4210</code></a> Merge branch 'winapi'</li> <li><a href="https://github.com/gentoo90/winreg-rs/commit/ab0995eda65dcb1d4f5b75f692125a3c46897a30"><code>ab0995e</code></a> Bump version to 0.12.0</li> <li><a href="https://github.com/gentoo90/winreg-rs/commit/f77a078b9b1a8ab8768e8f817ff8cb586005ba9d"><code>f77a078</code></a> Fix build with rust 1.31</li> <li><a href="https://github.com/gentoo90/winreg-rs/commit/edf9eef38fd6bda9f8acb6dfea9b846738c29ff0"><code>edf9eef</code></a> Fix <code>std::fmt::Display</code> implementation for <code>RegValue</code></li> <li><a href="https://github.com/gentoo90/winreg-rs/commit/8f66f88831fbd731757049154893c908f5528171"><code>8f66f88</code></a> Fix build with rust 1.46</li> <li><a href="https://github.com/gentoo90/winreg-rs/commit/5bf7d523af49eb1a44babe5d6e73e76e622d3cf8"><code>5bf7d52</code></a> Add tests for encode_transacted</li> <li><a href="https://github.com/gentoo90/winreg-rs/commit/42aa6f5a02e63eb8ec99952bf6d8993c0ab70eed"><code>42aa6f5</code></a> Implement RegKey::encode_transacted</li> <li>See full diff in <a href="https://github.com/gentoo90/winreg-rs/compare/v0.50.0...v0.51.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.50.0&new-version=0.51.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:38 +01:00
adam closed this issue 2026-01-05 14:53:38 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#986