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

chore(deps): update rust crate which to v7 (dev) #12144

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 2, 2025

This PR contains the following updates:

Package Type Update Change
which dependencies major 4 -> 7

Release Notes

harryfei/which-rs (which)

v7.0.1

Compare Source

  • Get user home directory from env_home instead of home. Thanks @​micolous for this contribution!
  • If home directory is unavailable, do not expand the tilde to an empty string. Leave it as is.

v7.0.0

Compare Source

  • Add support to WhichConfig for 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.

v6.0.3

Compare Source

  • Enhance tracing feature with some debug level logs for higher level logic.

v6.0.2

Compare Source

  • Add tracing feature which outputs debugging information to the tracing ecosystem.

v6.0.1

Compare Source

  • Remove dependency on once_cell for Windows users, replace with std::sync::OnceLock.

v6.0.0

Compare Source

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

v5.0.0

Compare Source

  • 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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 2, 2025 23:49
@renovate renovate bot added the type: chore label Jan 2, 2025
Copy link
Contributor

github-actions bot commented Jan 2, 2025

Package Changes Through e3b59ed

No changes.

Add a change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@renovate renovate bot force-pushed the renovate/dev-which-7.x branch 4 times, most recently from 1eb1410 to 1f7cd34 Compare January 3, 2025 21:36
@renovate renovate bot force-pushed the renovate/dev-which-7.x branch from 1f7cd34 to e3b59ed Compare January 3, 2025 22:07
@FabianLars FabianLars merged commit 90dc7b1 into dev Jan 3, 2025
22 checks passed
@FabianLars FabianLars deleted the renovate/dev-which-7.x branch January 3, 2025 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant