mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Bump clap to v4.0.2 (#450)
* Rm unused dep clap from crate `binstalk` * Bump clap to v4.0.2 Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
111bfde2cb
commit
aa864fad59
4 changed files with 25 additions and 50 deletions
|
@ -23,7 +23,7 @@ pkg-fmt = "zip"
|
|||
|
||||
[dependencies]
|
||||
binstalk = { path = "../binstalk", version = "0.3.0" }
|
||||
clap = { version = "3.2.22", features = ["derive"] }
|
||||
clap = { version = "4.0.2", features = ["derive"] }
|
||||
crates_io_api = { version = "0.8.1", default-features = false }
|
||||
dirs = "4.0.0"
|
||||
log = "0.4.17"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue