Skip to content

chore(deps): bump which from 7.0.3 to 8.0.5 in /src-tauri#6

Merged
MTEnt merged 1 commit into
mainfrom
dependabot/cargo/src-tauri/which-8.0.5
Jul 21, 2026
Merged

chore(deps): bump which from 7.0.3 to 8.0.5 in /src-tauri#6
MTEnt merged 1 commit into
mainfrom
dependabot/cargo/src-tauri/which-8.0.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 19, 2026

Copy link
Copy Markdown
Contributor

Bumps which from 7.0.3 to 8.0.5.

Release notes

Sourced from which's releases.

8.0.5

What's Changed

New Contributors

Full Changelog: harryfei/which-rs@8.0.4...8.0.5

8.0.4

What's Changed

Full Changelog: harryfei/which-rs@8.0.3...8.0.4

8.0.3

What's Changed

New Contributors

Full Changelog: harryfei/which-rs@8.0.2...8.0.3

8.0.2

What's Changed

New Contributors

Full Changelog: harryfei/which-rs@8.0.1...8.0.2

8.0.1

What's Changed

New Contributors

Full Changelog: harryfei/which-rs@8.0.0...8.0.1

8.0.0

What's Changed

  • Add new Sys trait to allow abstracting over the underlying filesystem. Particularly useful for wasm32-unknown-unknown targets. Thanks @​dsherret for this contribution to which!

... (truncated)

Changelog

Sourced from which's changelog.

8.0.5

  • Bug fix: #126 Do not use current directory for search when provided path is absolute. Thanks @​weifanglab for your contribution to which!

8.0.4

  • On Windows we now emit a NonFatalError if the PATHEXT environment variable is not populated, and the query did not specify a file extension.

8.0.3

  • Add fallback implementation of is_valid_executable allowing which-rs to compile on targets which are not Unix, Windows, WASI, or Redox. Thanks @​pmikolajczyk41 for your contribution to which!

8.0.2

  • Dependency on home_env removed, the implementation found in rust 1.85.0 for a home directory has been fixed. Thanks, [@​madsmtm],(https://github.com/madsmtm) for this contribution to which!
  • Dependency on winsafe removed, code for Windows API is now handwritten.
  • Dependency on rustix removed, we now depend on libc directly to reduce compile times.

8.0.1

8.0.0

  • Add new Sys trait to allow abstracting over the underlying filesystem. Particularly useful for wasm32-unknown-unknown targets. Thanks @​dsherret for this contribution to which!
  • Add more debug level tracing for otherwise silent I/O errors.
  • Call the NonFatalHandler in more places to catch previously ignored I/O errors.
  • Remove use of the either dependency.
Commits
  • 7fba0e0 bump version number, update CHANGELOG.md
  • e28a3bf Fix absolute path lookup when cwd is disabled (#126)
  • c9df5ef feat: emit NonFatalError on Windows if PATHEXT not populated (#125)
  • 9b1ec59 bump version number, update changelog
  • 6ddf6cf Implement is_valid_executable for other configurations (#124)
  • 5bb3e82 update README MSRV
  • aacc10e add changelog entry
  • 7b0c544 Swap dependency on rustix for dependency on libc (#122)
  • 189e99a New windows impl (#121)
  • c48f04e clippy fixes
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 19, 2026
@dependabot
dependabot Bot requested a review from MTEnt as a code owner July 19, 2026 00:02
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 19, 2026
Bumps [which](https://github.com/harryfei/which-rs) from 7.0.3 to 8.0.5.
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@7.0.3...8.0.5)

---
updated-dependencies:
- dependency-name: which
  dependency-version: 8.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/src-tauri/which-8.0.5 branch from 4b90f44 to 5e9ffec Compare July 21, 2026 13:09

@MTEnt MTEnt left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — Dependabot dependency bump looks fine to take.

@MTEnt
MTEnt merged commit f17ec64 into main Jul 21, 2026
0 of 3 checks passed
@MTEnt
MTEnt deleted the dependabot/cargo/src-tauri/which-8.0.5 branch July 21, 2026 13:13
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant