mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 13:38:43 +00:00
Rm dep home
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
5bf2b4e45d
commit
3838219d89
2 changed files with 0 additions and 11 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue