1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-18 08:12:21 +00:00

build(deps): update rust crate clap to 4.0.13

This commit is contained in:
renovate[bot] 2022-10-11 17:56:53 +00:00
parent 1bad35128e
commit b80a2b8d5c
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -323,9 +323,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.12"
version = "4.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "385007cbbed899260395a4107435fead4cad80684461b3cc78238bdcb0bad58f"
checksum = "69d64e88428747154bd8bc378d178377ef4dace7a5735ca1f3855be72f2c2cb5"
dependencies = [
"atty",
"bitflags",
@ -349,9 +349,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "4.0.10"
version = "4.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db342ce9fda24fb191e2ed4e102055a4d381c1086a06630174cd8da8d5d917ce"
checksum = "c42f169caba89a7d512b5418b09864543eeb4d497416c917d7137863bd2076ad"
dependencies = [
"heck 0.4.0",
"proc-macro-error",

View File

@ -36,7 +36,7 @@ notify = ["notify-rust"]
[dependencies]
chrono = { version = "0.4.22", features = ["clock", "std"] }
clap = { version = "4.0.12", features = ["derive", "cargo", "unicode"] }
clap = { version = "4.0.13", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.0.2"
dirs-next = "2.0.0"
dunce = "1.0.3"