From cbf54546b12e7540e2ea4994aceef6c6f9324c3d Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Tue, 5 Dec 2023 18:41:32 +0200 Subject: [PATCH] Update which to 5.0.0 Signed-off-by: Alexandru Vasile --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e961b840f..a561c65556 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5365,14 +5365,15 @@ dependencies = [ [[package]] name = "which" -version = "4.4.2" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" +checksum = "9bf3ea8596f3a0dd5980b46430f2058dfe2c36a27ccfbb1845d6fbfcd9ba6e14" dependencies = [ "either", "home", "once_cell", "rustix 0.38.17", + "windows-sys 0.48.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 73f6cc8f90..f4cf728a08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ tracing-subscriber = "0.3.18" trybuild = "1.0.85" wabt = "0.10.0" wasm-bindgen-test = "0.3.24" -which = "4.4.2" +which = "5.0.0" # Light client support: smoldot = { version = "0.14.0", default-features = false }