mirror of
https://github.com/starship/starship.git
synced 2025-01-13 09:58:18 +01:00
build(deps): update rust crate clap to 4.0.24
This commit is contained in:
parent
b9942306f8
commit
5f9804dd6a
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -326,9 +326,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "4.0.23"
|
version = "4.0.24"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0eb41c13df48950b20eb4cd0eefa618819469df1bffc49d11e8487c4ba0037e5"
|
checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
|
@ -43,7 +43,7 @@ git-repository-faster = ["git-features/zlib-stock", "git-repository/fast-sha1"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = { version = "0.4.23", features = ["clock", "std"] }
|
chrono = { version = "0.4.23", features = ["clock", "std"] }
|
||||||
clap = { version = "4.0.23", features = ["derive", "cargo", "unicode"] }
|
clap = { version = "4.0.24", features = ["derive", "cargo", "unicode"] }
|
||||||
clap_complete = "4.0.5"
|
clap_complete = "4.0.5"
|
||||||
dirs-next = "2.0.0"
|
dirs-next = "2.0.0"
|
||||||
dunce = "1.0.3"
|
dunce = "1.0.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user