build(deps): update which requirement from 7.0.2 to 8.0.2 in /build_rust by dependabot[bot] · Pull Request #659 · ankidroid/Anki-Android-Backend
Updates the requirements on which to permit the latest version.
Release notes
Sourced from which's releases.
8.0.2
What's Changed
- Remove
env_homedependency by@madsmtmin harryfei/which-rs#118- New windows impl by
@Xaeroxein harryfei/which-rs#121- Swap dependency on rustix for dependency on libc by
@Xaeroxein harryfei/which-rs#122New Contributors
@madsmtmmade their first contribution in harryfei/which-rs#118Full Changelog: harryfei/which-rs@8.0.1...8.0.2
Changelog
Sourced from which's changelog.
8.0.2
- Dependency on
home_envremoved, 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
winsaferemoved, code for Windows API is now handwritten.- Dependency on
rustixremoved, we now depend onlibcdirectly to reduce compile times.8.0.1
- Fix Windows bug reported in harryfei/which-rs#108
8.0.0
- Add new
Systrait to allow abstracting over the underlying filesystem. Particularly useful forwasm32-unknown-unknowntargets. Thanks@dsherretfor this contribution to which!- Add more debug level tracing for otherwise silent I/O errors.
- Call the
NonFatalHandlerin more places to catch previously ignored I/O errors.- Remove use of the
eitherdependency.7.0.3
- Update rustix to version 1.0. Congrats to rustix on this milestone, and thanks
@mhilsfor this contribution to which!7.0.2
- Don't return paths containing the single dot
.reference to the current directory, even if the original request was given in terms of the current directory. Thanks@jakobhellermannfor this contribution!7.0.1
- Get user home directory from
env_homeinstead ofhome. Thanks@micolousfor this contribution!- If home directory is unavailable, do not expand the tilde to an empty string. Leave it as is.
7.0.0
- Add support to
WhichConfigfor a user provided closure that will be called whenever a nonfatal error occurs. This technically breaks a few APIs due to the need to add more generics and lifetimes. Most code will compile without changes.6.0.3
- Enhance
tracingfeature with somedebuglevel logs for higher level logic.6.0.2
- Add
tracingfeature which outputs debugging information to thetracingecosystem.6.0.1
- Remove dependency on
once_cellfor Windows users, replace withstd::sync::OnceLock.
... (truncated)
Commits
- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@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)