From b17e29906507514cf661766795fc971736ff1a44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 00:19:36 +0000 Subject: [PATCH] build(deps): update rust crate home to 0.5.5 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33f46d93..f202c518 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1550,11 +1550,11 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "home" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408" +checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" dependencies = [ - "winapi", + "windows-sys 0.48.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 83016669..842e6dca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ yaml-rust = "0.4.5" process_control = { version = "4.0.3", features = ["crossbeam-channel"] } guess_host_triple = "0.1.3" -home = "0.5.4" +home = "0.5.5" shell-words = "1.1.0" [dependencies.schemars]