From 7f580b3a3e97cabe85d57932ad618065c6a1eb5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 21:09:07 +0000 Subject: [PATCH] build(deps): update rust crate home to 0.5.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7eb5e15..0069d55e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1470,9 +1470,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "home" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654" +checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408" dependencies = [ "winapi", ] diff --git a/Cargo.toml b/Cargo.toml index dd71e87e..942f9dbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ yaml-rust = "0.4.5" process_control = { version = "4.0.0", features = ["crossbeam-channel"] } guess_host_triple = "0.1.3" -home = "0.5.3" +home = "0.5.4" shell-words = "1.1.0" [dependencies.schemars]