From 8bdba9ce7c14a61ab95c0091ad5d55f67108a032 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Mon, 12 Feb 2024 12:00:24 +0100 Subject: [PATCH] cargo update --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f5264a5..8513f117 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1840,14 +1840,15 @@ checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838" [[package]] name = "which" -version = "4.4.2" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" +checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c" dependencies = [ "either", "home", "once_cell", "rustix", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index a971e454..c69b22c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ syntect = { version = "5.2", default-features = false, features = [ unicode-segmentation = "1.11" unicode-truncate = "0.2" unicode-width = "0.1" -which = "4.4" +which = "6.0" [dev-dependencies] pretty_assertions = "1.4"