Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update which requirement from 5.0 to 6.0 #1349

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2024

Updates the requirements on which to permit the latest version.

Release notes

Sourced from which's releases.

6.0.0

  • MSRV is now 1.70
  • Upgraded all dependencies to latest version
Changelog

Sourced from which's changelog.

6.0.0

  • MSRV is now 1.70
  • Upgraded all dependencies to latest version

5.0.0

  • Remove several unused error messages
  • Windows executables can now be found even if they don't have a '.exe' extension.
  • Add new error message, Error::CannotGetCurrentDirAndPathListEmpty

4.4.2

  • Remove dependency on dirs crate due to MPL licensing in its tree. Use home crate instead. (@​Xaeroxe)

4.4.1

Commits
  • fcde0ea Upgrade deps, move to 6.0.0
  • f50675a Prep 5.0.0 release
  • e776ff0 Return appropriate error if path list defined and empty
  • 70d2d1c Null terminate string for windows api
  • 5c6208b Change how unit test gets current exe
  • 6a027d1 Add unit test for extensionless Windows executable
  • See full diff in compare view

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)

Updates the requirements on [which](https://github.com/harryfei/which-rs) to permit the latest version.
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@5.0.0...6.0.0)

---
updated-dependencies:
- dependency-name: which
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 18, 2024
Copy link

vercel bot commented Jan 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 18, 2024 4:41pm

@flaub flaub merged commit 7433d19 into main Jan 18, 2024
21 checks passed
@flaub flaub deleted the dependabot/cargo/which-6.0 branch January 18, 2024 19:25
flaub pushed a commit that referenced this pull request Jan 24, 2024
Updates the requirements on
[which](https://github.com/harryfei/which-rs) to permit the latest
version.
<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>
<h2>5.0.0</h2>
<ul>
<li>Remove several unused error messages</li>
<li>Windows executables can now be found even if they don't have a
'.exe' extension.</li>
<li>Add new error message,
<code>Error::CannotGetCurrentDirAndPathListEmpty</code></li>
</ul>
<h2>4.4.2</h2>
<ul>
<li>Remove dependency on <code>dirs</code> crate due to MPL licensing in
its tree. Use <code>home</code> crate instead. (<a
href="https://github.com/Xaeroxe"><code>@​Xaeroxe</code></a>)</li>
</ul>
<h2>4.4.1</h2>
<ul>
<li>Add tilde expansion for home directory (<a
href="https://github.com/Xaeroxe"><code>@​Xaeroxe</code></a>)</li>
<li>Swap out libc for rustix, forbid unsafe (<a
href="https://github.com/notgull"><code>@​notgull</code></a>)</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 />


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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
flaub pushed a commit that referenced this pull request Jan 24, 2024
Updates the requirements on
[which](https://github.com/harryfei/which-rs) to permit the latest
version.
<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>
<h2>5.0.0</h2>
<ul>
<li>Remove several unused error messages</li>
<li>Windows executables can now be found even if they don't have a
'.exe' extension.</li>
<li>Add new error message,
<code>Error::CannotGetCurrentDirAndPathListEmpty</code></li>
</ul>
<h2>4.4.2</h2>
<ul>
<li>Remove dependency on <code>dirs</code> crate due to MPL licensing in
its tree. Use <code>home</code> crate instead. (<a
href="https://github.com/Xaeroxe"><code>@​Xaeroxe</code></a>)</li>
</ul>
<h2>4.4.1</h2>
<ul>
<li>Add tilde expansion for home directory (<a
href="https://github.com/Xaeroxe"><code>@​Xaeroxe</code></a>)</li>
<li>Swap out libc for rustix, forbid unsafe (<a
href="https://github.com/notgull"><code>@​notgull</code></a>)</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 />


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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant