From d27792cdf021245c6506e32980206463795761a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 21:10:43 +0000 Subject: [PATCH] fix(deps): update rust crate which to v7 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cee593aec74..efaed82c0cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -643,7 +643,7 @@ dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", - "itertools 0.10.5", + "itertools 0.12.1", "lazy_static", "lazycell", "log", @@ -2849,7 +2849,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]] @@ -5546,7 +5546,7 @@ dependencies = [ "update-informer", "url", "urlencoding", - "which 6.0.3", + "which 7.0.0", ] [[package]] @@ -6693,9 +6693,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 65906bbfc57..7fa771c4946 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"