From 8df24840a099dd8443b9b217b4ff1eb35391cb06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 00:18:48 +0000 Subject: [PATCH] build(deps): update rust crate which to 6.0.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d904f6d6..c8b5a104c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3366,9 +3366,9 @@ checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" [[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", diff --git a/Cargo.toml b/Cargo.toml index 5326c0755..22e5cd25d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ unicode-segmentation = "1.11.0" unicode-width = "0.1.13" urlencoding = "2.1.3" versions = "6.3.2" -which = "6.0.2" +which = "6.0.3" yaml-rust2 = "0.8.1" process_control = { version = "4.2.2", features = ["crossbeam-channel"] }