mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Bump clap from 4.2.3 to 4.2.4 (#994)
This commit is contained in:
parent
3903b1f6e2
commit
6d9bf0ef21
3 changed files with 8 additions and 8 deletions
|
@ -24,7 +24,7 @@ pkg-fmt = "zip"
|
|||
[dependencies]
|
||||
binstalk = { path = "../binstalk", version = "0.11.0", default-features = false }
|
||||
binstalk-manifests = { path = "../binstalk-manifests", version = "0.4.1" }
|
||||
clap = { version = "4.2.3", features = ["derive", "env"] }
|
||||
clap = { version = "4.2.4", features = ["derive", "env"] }
|
||||
compact_str = "0.7.0"
|
||||
dirs = "5.0.0"
|
||||
file-format = { version = "0.16.0", default-features = false }
|
||||
|
|
|
@ -11,7 +11,7 @@ license = "Apache-2.0 OR MIT"
|
|||
exclude = ["fuzz"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.2.3", features = ["derive"], optional = true }
|
||||
clap = { version = "4.2.4", features = ["derive"], optional = true }
|
||||
miette = { version = "5.8.0", default-features = false, optional = true }
|
||||
thiserror = "1.0.38"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue