mirror of
https://github.com/starship/starship.git
synced 2024-11-23 00:33:16 +01:00
build: bump clap from 3.2.20 to 3.2.21 (#4365)
This commit is contained in:
parent
5ace2232df
commit
c1d98b2764
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -313,9 +313,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "3.2.20"
|
||||
version = "3.2.21"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd"
|
||||
checksum = "1ed5341b2301a26ab80be5cbdced622e80ed808483c52e45e3310a877d3b37d7"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"bitflags",
|
||||
|
@ -36,7 +36,7 @@ notify = ["notify-rust"]
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.22", features = ["clock", "std"] }
|
||||
clap = { version = "=3.2.20", features = ["derive", "cargo", "unicode", "unstable-v4"] }
|
||||
clap = { version = "=3.2.21", features = ["derive", "cargo", "unicode", "unstable-v4"] }
|
||||
clap_complete = "3.2.5"
|
||||
dirs-next = "2.0.0"
|
||||
dunce = "1.0.2"
|
||||
|
Loading…
Reference in New Issue
Block a user