mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 21:18:42 +00:00
Add new dep once_cell v1.12.0
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
64f468acd6
commit
0423f54b53
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -145,6 +145,7 @@ dependencies = [
|
|||
"guess_host_triple",
|
||||
"log",
|
||||
"miette",
|
||||
"once_cell",
|
||||
"reqwest",
|
||||
"scopeguard",
|
||||
"semver",
|
||||
|
|
|
@ -30,6 +30,7 @@ flate2 = { version = "1.0.24", features = ["zlib-ng"], default-features = false
|
|||
futures-util = { version = "0.3.21", default-features = false }
|
||||
log = "0.4.14"
|
||||
miette = { version = "4.7.1", features = ["fancy-no-backtrace"] }
|
||||
once_cell = "1.12.0"
|
||||
reqwest = { version = "0.11.11", features = [ "rustls-tls", "stream" ], default-features = false }
|
||||
scopeguard = "1.1.0"
|
||||
semver = "1.0.10"
|
||||
|
|
Loading…
Add table
Reference in a new issue