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/393
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 4/10/2023
**Status:** ✅ Merged
**Merged:** 4/10/2023
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `dependabot/cargo/winreg-0.50.0`
---
### 📝 Commits (1)
- [`cff5b30`](https://github.com/LGUG2Z/komorebi/commit/cff5b30c07d2b5963f3bc9d47c92eb115d1c3971) chore(deps): bump winreg from 0.11.0 to 0.50.0
### 📊 Changes
**2 files changed** (+86 additions, -20 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+85 -19)
📝 `komorebi/Cargo.toml` (+1 -1)
</details>
### 📄 Description
Bumps [winreg](https://github.com/gentoo90/winreg-rs) from 0.11.0 to 0.50.0.
<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.50.0</h2>
<ul>
<li>Breaking change: <a href="https://crates.io/crates/winapi"><code>winapi-rs</code></a> is not maintained any more, so migrate to Microsofts <a href="https://crates.io/crates/windows-sys"><code>windows-sys</code></a> as a backend (<a href="https://redirect.github.com/gentoo90/winreg-rs/pull/48">#48</a>, <a href="https://redirect.github.com/gentoo90/winreg-rs/pull/51">#51</a>)</li>
<li>Breaking change: Increase minimum supported Rust version to <code>1.46</code> since <code>windows-sys</code> doesn't compile with older versions</li>
<li>Replace deprecated methods from <code>chrono</code> (<a href="https://redirect.github.com/gentoo90/winreg-rs/pull/48">#48</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/gentoo90/winreg-rs/commit/5fb3bc6ff77945fb924199e855e4b8907218e869"><code>5fb3bc6</code></a> Bump version to 0.50.0</li>
<li><a href="https://github.com/gentoo90/winreg-rs/commit/c6fa2bbfbac27bdc62b6b2e44017a63dd8105fc0"><code>c6fa2bb</code></a> Replace deprecated methods from <code>chrono</code></li>
<li><a href="https://github.com/gentoo90/winreg-rs/commit/281468c62c61dbe5b75737ee98a69cca146b61ca"><code>281468c</code></a> Increase minimum supported rust version to 1.46</li>
<li><a href="https://github.com/gentoo90/winreg-rs/commit/7a6a4f979f18f8d4172cb6e45f684187355bbb75"><code>7a6a4f9</code></a> Fix <code>RegKey::close_()</code> to work properly with <code>windows-sys</code></li>
<li><a href="https://github.com/gentoo90/winreg-rs/commit/0944a8a1c684e6b5580758de69aff95692e88477"><code>0944a8a</code></a> Use <code>windows-rs</code> as a backend instead of <code>winapi-rs</code></li>
<li><a href="https://github.com/gentoo90/winreg-rs/commit/e8f917aa49287329d65d0a60c223ec8de04575fb"><code>e8f917a</code></a> Github Actions: restrict serde version for rust 1.31.1</li>
<li><a href="https://github.com/gentoo90/winreg-rs/commit/62036f955b40c40c3b82323a9678f95cc7251038"><code>62036f9</code></a> Github Actions: allow running the workflow manually</li>
<li>See full diff in <a href="https://github.com/gentoo90/winreg-rs/compare/v0.11.0...v0.50.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/393
Author: @dependabot[bot]
Created: 4/10/2023
Status: ✅ Merged
Merged: 4/10/2023
Merged by: @LGUG2Z
Base:
master← Head:dependabot/cargo/winreg-0.50.0📝 Commits (1)
cff5b30chore(deps): bump winreg from 0.11.0 to 0.50.0📊 Changes
2 files changed (+86 additions, -20 deletions)
View changed files
📝
Cargo.lock(+85 -19)📝
komorebi/Cargo.toml(+1 -1)📄 Description
Bumps winreg from 0.11.0 to 0.50.0.
Changelog
Sourced from winreg's changelog.
Commits
5fb3bc6Bump version to 0.50.0c6fa2bbReplace deprecated methods fromchrono281468cIncrease minimum supported rust version to 1.467a6a4f9FixRegKey::close_()to work properly withwindows-sys0944a8aUsewindows-rsas a backend instead ofwinapi-rse8f917aGithub Actions: restrict serde version for rust 1.31.162036f9Github Actions: allow running the workflow manuallyDependabot 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.