mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 21:57:41 +00:00
build: bump clap from 3.1.5 to 3.1.6 (#3698)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
966f6059b5
commit
e71fefb912
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -274,9 +274,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "3.1.5"
|
||||
version = "3.1.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ced1892c55c910c1219e98d6fc8d71f6bddba7905866ce740066d8bfea859312"
|
||||
checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"bitflags",
|
||||
|
@ -30,7 +30,7 @@ battery = ["starship-battery"]
|
||||
ansi_term = "0.12.1"
|
||||
byte-unit = "4.0.14"
|
||||
chrono = "0.4.19"
|
||||
clap = { version = "3.1.5", features = ["derive", "cargo", "unicode"] }
|
||||
clap = { version = "3.1.6", features = ["derive", "cargo", "unicode"] }
|
||||
clap_complete = "3.1.1"
|
||||
directories-next = "2.0.0"
|
||||
dunce = "1.0.2"
|
||||
|
Loading…
Reference in New Issue
Block a user