From f7845522a8f0c5d251e5ec44bec8faf665b0b7cf Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Tue, 11 Oct 2022 10:11:08 -0400 Subject: [PATCH] Update to home 0.5.4 --- Cargo.lock | 5 +++-- Cargo.toml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5242917c02..de22dca507 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -974,8 +974,9 @@ dependencies = [ [[package]] name = "home" -version = "0.5.3" -source = "git+https://github.com/rbtcollins/home?rev=a243ee2fbee6022c57d56f5aa79aefe194eabe53#a243ee2fbee6022c57d56f5aa79aefe194eabe53" +version = "0.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408" dependencies = [ "winapi", ] diff --git a/Cargo.toml b/Cargo.toml index 92de5b2882..65a22ce982 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ effective-limits = "0.5.3" enum-map = "2.0.3" flate2 = "1" git-testament = "0.2" -home = {git = "https://github.com/rbtcollins/home", rev = "a243ee2fbee6022c57d56f5aa79aefe194eabe53"} +home = "0.5.4" lazy_static = "1" libc = "0.2" num_cpus = "1.13" @@ -127,3 +127,4 @@ lto = true # Reduce build time by setting proc-macro crates non optimized. [profile.release.build-override] opt-level = 0 +