build(deps): update rust crate clap to 4.0.14
This commit is contained in:
parent
7f580b3a3e
commit
dbcea86c86
|
@ -323,9 +323,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "4.0.13"
|
version = "4.0.14"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "69d64e88428747154bd8bc378d178377ef4dace7a5735ca1f3855be72f2c2cb5"
|
checksum = "6ea54a38e4bce14ff6931c72e5b3c43da7051df056913d4e7e1fcdb1c03df69d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
|
|
|
@ -36,7 +36,7 @@ notify = ["notify-rust"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = { version = "0.4.22", features = ["clock", "std"] }
|
chrono = { version = "0.4.22", features = ["clock", "std"] }
|
||||||
clap = { version = "4.0.13", features = ["derive", "cargo", "unicode"] }
|
clap = { version = "4.0.14", features = ["derive", "cargo", "unicode"] }
|
||||||
clap_complete = "4.0.2"
|
clap_complete = "4.0.2"
|
||||||
dirs-next = "2.0.0"
|
dirs-next = "2.0.0"
|
||||||
dunce = "1.0.3"
|
dunce = "1.0.3"
|
||||||
|
|
Loading…
Reference in New Issue