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/457
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 6/5/2023
**Status:** ✅ Merged
**Merged:** 6/8/2023
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `dependabot/cargo/ctrlc-3.4.0`
---
### 📝 Commits (1)
- [`8a9fce2`](https://github.com/LGUG2Z/komorebi/commit/8a9fce28837bb327f1110066c792c586cc3d3165) chore(deps): bump ctrlc from 3.3.1 to 3.4.0
### 📊 Changes
**1 file changed** (+2 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+2 -2)
</details>
### 📄 Description
Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.3.1 to 3.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Detegr/rust-ctrlc/releases">ctrlc's releases</a>.</em></p>
<blockquote>
<h2>v3.4.0</h2>
<ul>
<li>Use double checked locking to prevent race condition in <code>set_handler</code></li>
<li>Move the implementation for <a href="https://redirect.github.com/Detegr/rust-ctrlc/issues/98">#98</a> to <code>ctrlc::try_set_handler</code> and keep overwriting existing handlers in <code>ctrlc::set_handler</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Detegr/rust-ctrlc/commit/27bddfda1daa67fbe29c7898ac574f2e5d9ea4f9"><code>27bddfd</code></a> Version 3.4.0</li>
<li><a href="https://github.com/Detegr/rust-ctrlc/commit/04ae31067f4801e046894ffd7fad3e9987e9baa6"><code>04ae310</code></a> Remove example from README.md</li>
<li><a href="https://github.com/Detegr/rust-ctrlc/commit/89e7ed0aa9906d9fcc13d2cb4221d85faaa77ba9"><code>89e7ed0</code></a> Introduce try_set_handler</li>
<li><a href="https://github.com/Detegr/rust-ctrlc/commit/941c32387be88643da541aabcca39948835c5c9b"><code>941c323</code></a> Update README</li>
<li><a href="https://github.com/Detegr/rust-ctrlc/commit/44263713814497bf869f859f0fd1bdb803826893"><code>4426371</code></a> fix: Use double-checked locking</li>
<li>See full diff in <a href="https://github.com/Detegr/rust-ctrlc/compare/3.3.1...3.4.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/457
Author: @dependabot[bot]
Created: 6/5/2023
Status: ✅ Merged
Merged: 6/8/2023
Merged by: @LGUG2Z
Base:
master← Head:dependabot/cargo/ctrlc-3.4.0📝 Commits (1)
8a9fce2chore(deps): bump ctrlc from 3.3.1 to 3.4.0📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
Cargo.lock(+2 -2)📄 Description
Bumps ctrlc from 3.3.1 to 3.4.0.
Release notes
Sourced from ctrlc's releases.
Commits
27bddfdVersion 3.4.004ae310Remove example from README.md89e7ed0Introduce try_set_handler941c323Update README4426371fix: Use double-checked lockingDependabot 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.