1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-05 10:00:48 +00:00

build: bump clap from 3.1.12 to 3.1.14 (#3953)

This commit is contained in:
dependabot[bot] 2022-05-02 07:29:54 -05:00 committed by GitHub
parent 5e724d5b15
commit d43545e65a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -272,9 +272,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.1.12"
version = "3.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c167e37342afc5f33fd87bbc870cedd020d2a6dffa05d45ccd9241fbdd146db"
checksum = "535434c063ced786eb04aaf529308092c5ab60889e8fe24275d15de07b01fa97"
dependencies = [
"atty",
"bitflags",
@ -312,9 +312,9 @@ dependencies = [
[[package]]
name = "clap_lex"
version = "0.1.1"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "189ddd3b5d32a70b35e7686054371742a937b0d99128e76dde6340210e966669"
checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213"
dependencies = [
"os_str_bytes",
]

View File

@ -38,7 +38,7 @@ notify = ["notify-rust"]
ansi_term = "0.12.1"
byte-unit = "4.0.14"
chrono = "0.4.19"
clap = { version = "3.1.12", features = ["derive", "cargo", "unicode"] }
clap = { version = "3.1.14", features = ["derive", "cargo", "unicode"] }
clap_complete = "3.1.2"
dirs-next = "2.0.0"
dunce = "1.0.2"