mirror of
https://github.com/starship/starship.git
synced 2024-11-25 09:43:36 +01:00
build(deps): update rust crate chrono to 0.4.31 (#5445)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
38ede591c5
commit
7d474b9fdb
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -342,9 +342,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "chrono"
|
name = "chrono"
|
||||||
version = "0.4.30"
|
version = "0.4.31"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877"
|
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"android-tzdata",
|
"android-tzdata",
|
||||||
"iana-time-zone",
|
"iana-time-zone",
|
||||||
|
@ -42,7 +42,7 @@ gix-max-perf = ["gix-features/zlib-ng", "gix/fast-sha1"]
|
|||||||
gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
|
gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = { version = "0.4.30", default-features = false, features = ["clock", "std", "wasmbind"] }
|
chrono = { version = "0.4.31", default-features = false, features = ["clock", "std", "wasmbind"] }
|
||||||
clap = { version = "4.4.7", features = ["derive", "cargo", "unicode"] }
|
clap = { version = "4.4.7", features = ["derive", "cargo", "unicode"] }
|
||||||
clap_complete = "4.4.4"
|
clap_complete = "4.4.4"
|
||||||
dirs-next = "2.0.0"
|
dirs-next = "2.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user