From 3838219d89ac821bb97070fb9c90def25cb1adba Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sat, 23 Jul 2022 19:09:06 +1000 Subject: [PATCH] Rm dep `home` Signed-off-by: Jiahao XU --- Cargo.lock | 10 ---------- Cargo.toml | 1 - 2 files changed, 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ddc98b4..a476fa6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,7 +111,6 @@ dependencies = [ "flate2", "futures-util", "guess_host_triple", - "home", "jobserver", "log", "miette", @@ -521,15 +520,6 @@ dependencies = [ "libc", ] -[[package]] -name = "home" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654" -dependencies = [ - "winapi", -] - [[package]] name = "http" version = "0.2.8" diff --git a/Cargo.toml b/Cargo.toml index 883a9e72..85be70fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,6 @@ crates_io_api = { version = "0.8.0", default-features = false, features = ["rust dirs = "4.0.0" flate2 = { version = "1.0.24", features = ["zlib-ng"], default-features = false } futures-util = { version = "0.3.21", default-features = false } -home = "0.5.3" jobserver = "0.1.24" log = "0.4.14" miette = { version = "5.1.1", features = ["fancy-no-backtrace"] }