From c9542a3d8717d3389493948a79f56772e8eda40d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 07:19:10 +0000 Subject: build(deps): update rust crate which to 6.0.1 --- Cargo.lock | 13 +++++++++---- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a26e4a83..19fa5ae54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3463,15 +3463,14 @@ checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f" [[package]] name = "which" -version = "6.0.0" +version = "6.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c" +checksum = "8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7" dependencies = [ "either", "home", - "once_cell", "rustix 0.38.31", - "windows-sys 0.52.0", + "winsafe", ] [[package]] @@ -3712,6 +3711,12 @@ dependencies = [ "toml 0.5.11", ] +[[package]] +name = "winsafe" +version = "0.0.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" + [[package]] name = "xdg-home" version = "1.0.0" diff --git a/Cargo.toml b/Cargo.toml index ea38de734..a8d562cb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ unicode-segmentation = "1.11.0" unicode-width = "0.1.11" urlencoding = "2.1.3" versions = "6.2.0" -which = "6.0.0" +which = "6.0.1" yaml-rust = "0.4.5" process_control = { version = "4.1.0", features = ["crossbeam-channel"] } -- cgit v1.2.3