From 5250866c1adc818d4a9c16d0de6abd7fdbe51531 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:31:50 +0200 Subject: [PATCH] Update Rust crate which to v6.0.3 (#16646) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [which](https://togithub.com/harryfei/which-rs) | workspace.dependencies | patch | `6.0.2` -> `6.0.3` | --- ### Release Notes
harryfei/which-rs (which) ### [`v6.0.3`](https://togithub.com/harryfei/which-rs/blob/HEAD/CHANGELOG.md#603) [Compare Source](https://togithub.com/harryfei/which-rs/compare/6.0.2...6.0.3) - Enhance `tracing` feature with some `debug` level logs for higher level logic.
--- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 890489221da0c5a02fd198b97bd720481ae63ce2..90f5a8e964c359bf8cc13931301495caab778a9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8127,7 +8127,7 @@ dependencies = [ "text", "unindent", "util", - "which 6.0.2", + "which 6.0.3", "worktree", ] @@ -12879,9 +12879,9 @@ dependencies = [ [[package]] name = "which" -version = "6.0.2" +version = "6.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d9c5ed668ee1f17edb3b627225343d210006a90bb1e3745ce1f30b1fb115075" +checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f" dependencies = [ "either", "home",