From 69bc50b9d6b767e23a1348c8eb3d16e037357694 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:03:24 +0000 Subject: [PATCH] fix(deps): update rust crate which to v7 --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58db331d85..3a92e8d5b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2980,7 +2980,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -4149,7 +4149,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.1", "proc-macro2", "quote", "syn 2.0.90", @@ -5705,7 +5705,7 @@ dependencies = [ "update-informer", "url", "urlencoding", - "which 6.0.3", + "which 7.0.0", ] [[package]] @@ -6877,9 +6877,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", @@ -6920,7 +6920,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 199d15005d..5cc00655b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,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.7.0", optional = true, features = ["macro"] } strum_macros = "0.26.4"