From 221170e940532bf8565ae5fa991083b5d9c5209f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 04:37:34 +0000 Subject: [PATCH] fix(deps): update rust crate which to v7 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf90013a2a..556f338b1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5495,7 +5495,7 @@ dependencies = [ "update-informer", "url", "urlencoding", - "which 6.0.3", + "which 7.0.0", ] [[package]] @@ -6635,9 +6635,9 @@ dependencies = [ [[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 2637e8110b..27b8255259 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ update-informer = { version = "1.1.0", default-features = false, features = [ "reqwest", ], optional = true } lazy_static = { workspace = true } -which = { version = "6.0.1", optional = true } +which = { version = "7.0.0", optional = true } async-recursion = "1.1.1" rquickjs = { "version" = "0.5.1", optional = true, features = ["macro"] } strum_macros = "0.26.4"