From ba83af7fab275da6a987385a72c6d551f8c8158b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:21:16 +0100 Subject: [PATCH] build(deps): update rust crate which to v7 (#6368) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f8b3556..c7970b15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3352,9 +3352,9 @@ checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" [[package]] name = "which" -version = "6.0.3" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f" +checksum = "c9cad3279ade7346b96e38731a641d7343dd6a53d55083dd54eadfa5a1b38c6b" dependencies = [ "either", "home", diff --git a/Cargo.toml b/Cargo.toml index d79b5322..94f2cb56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ unicode-segmentation = "1.12.0" unicode-width = "0.2.0" urlencoding = "2.1.3" versions = "6.3.2" -which = "6.0.3" +which = "7.0.0" whoami = { version = "1.5.2", default-features = false } yaml-rust2 = "0.9.0"