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/674
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 2/19/2024
**Status:** ✅ Merged
**Merged:** 2/25/2024
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `dependabot/cargo/which-6.0.0`
---
### 📝 Commits (1)
- [`cee6ddb`](https://github.com/LGUG2Z/komorebi/commit/cee6ddba7d374635a503d396cc2339b406d82a08) chore(deps): bump which from 5.0.0 to 6.0.0
### 📊 Changes
**3 files changed** (+5 additions, -5 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+3 -3)
📝 `komorebi/Cargo.toml` (+1 -1)
📝 `komorebic/Cargo.toml` (+1 -1)
</details>
### 📄 Description
Bumps [which](https://github.com/harryfei/which-rs) from 5.0.0 to 6.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/harryfei/which-rs/releases">which's releases</a>.</em></p>
<blockquote>
<h2>6.0.0</h2>
<ul>
<li>MSRV is now 1.70</li>
<li>Upgraded all dependencies to latest version</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md">which's changelog</a>.</em></p>
<blockquote>
<h2>6.0.0</h2>
<ul>
<li>MSRV is now 1.70</li>
<li>Upgraded all dependencies to latest version</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/harryfei/which-rs/commit/fcde0ea802364deb2a6ec6e33879c903b4416242"><code>fcde0ea</code></a> Upgrade deps, move to 6.0.0</li>
<li><a href="https://github.com/harryfei/which-rs/commit/f50675ac1d5363b1a35a095999ad7aa618c59594"><code>f50675a</code></a> Prep 5.0.0 release</li>
<li><a href="https://github.com/harryfei/which-rs/commit/e776ff05bc7c36b5393441a73f104145602dff85"><code>e776ff0</code></a> Return appropriate error if path list defined and empty</li>
<li><a href="https://github.com/harryfei/which-rs/commit/70d2d1c9704802546eb285217c6def3c9cc94d17"><code>70d2d1c</code></a> Null terminate string for windows api</li>
<li><a href="https://github.com/harryfei/which-rs/commit/5c6208b69e01243e937607ff40288a496478f2c2"><code>5c6208b</code></a> Change how unit test gets current exe</li>
<li><a href="https://github.com/harryfei/which-rs/commit/6a027d16bd5a53921cd1937901dc76c3242e62cd"><code>6a027d1</code></a> Add unit test for extensionless Windows executable</li>
<li>See full diff in <a href="https://github.com/harryfei/which-rs/compare/5.0.0...6.0.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/674
Author: @dependabot[bot]
Created: 2/19/2024
Status: ✅ Merged
Merged: 2/25/2024
Merged by: @LGUG2Z
Base:
master← Head:dependabot/cargo/which-6.0.0📝 Commits (1)
cee6ddbchore(deps): bump which from 5.0.0 to 6.0.0📊 Changes
3 files changed (+5 additions, -5 deletions)
View changed files
📝
Cargo.lock(+3 -3)📝
komorebi/Cargo.toml(+1 -1)📝
komorebic/Cargo.toml(+1 -1)📄 Description
Bumps which from 5.0.0 to 6.0.0.
Release notes
Sourced from which's releases.
Changelog
Sourced from which's changelog.
Commits
fcde0eaUpgrade deps, move to 6.0.0f50675aPrep 5.0.0 releasee776ff0Return appropriate error if path list defined and empty70d2d1cNull terminate string for windows api5c6208bChange how unit test gets current exe6a027d1Add unit test for extensionless Windows executableDependabot 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.