From eede6d97c2b64ce580f5e1299e2b99b57483d55f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 09:25:36 +0000 Subject: [PATCH] build(deps): update rust crate which to 7.0.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf3a51147..4a7a4312c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3700,9 +3700,9 @@ dependencies = [ [[package]] name = "which" -version = "7.0.1" +version = "7.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb4a9e33648339dc1642b0e36e21b3385e6148e289226f657c809dee59df5028" +checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283" dependencies = [ "either", "env_home", diff --git a/Cargo.toml b/Cargo.toml index 1d74b7e29..eac55fba2 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 = "7.0.1" +which = "7.0.2" whoami = { version = "1.5.2", default-features = false } yaml-rust2 = "0.9.0"