1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-24 13:47:38 +00:00

build(deps): update rust crate clap to 4.1.4

This commit is contained in:
renovate[bot] 2023-01-25 00:44:41 +00:00
parent 91ffe95711
commit 21090b2e94
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -283,9 +283,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.1.3" version = "4.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8d93d855ce6a0aa87b8473ef9169482f40abaa2e9e0993024c35c902cbd5920" checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"clap_derive", "clap_derive",

View File

@ -43,7 +43,7 @@ git-repository-faster = ["git-features/zlib-stock", "git-repository/fast-sha1"]
[dependencies] [dependencies]
chrono = { version = "0.4.23", default-features = false, features = ["clock", "std", "wasmbind"] } chrono = { version = "0.4.23", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.1.3", features = ["derive", "cargo", "unicode"] } clap = { version = "4.1.4", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.1.1" clap_complete = "4.1.1"
dirs-next = "2.0.0" dirs-next = "2.0.0"
dunce = "1.0.3" dunce = "1.0.3"