From f4c840fa29cbc51c0fe98ba3ff597a3452b9ecc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 13:46:54 +1100 Subject: [PATCH] Bump home from 0.5.3 to 0.5.4 (#478) --- Cargo.lock | 4 ++-- crates/binstalk/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca2427c8..8f2273cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -821,9 +821,9 @@ dependencies = [ [[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/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index 0b53625b..f1054b42 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -22,7 +22,7 @@ flate2 = { version = "1.0.24", default-features = false } fs-lock = { version = "0.1.0", path = "../fs-lock" } futures-util = { version = "0.3.23", default-features = false, features = ["std"] } generic-array = "0.14.6" -home = "0.5.3" +home = "0.5.4" httpdate = "1.0.2" itertools = "0.10.5" jobslot = { version = "0.2.6", features = ["tokio"] }