1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-01-16 03:32:25 +00:00

build(deps): update rust crate chrono to 0.4.39

This commit is contained in:
renovate[bot] 2024-12-09 10:59:21 +00:00 committed by GitHub
parent 49a6a45d1c
commit 9e06bb73f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -391,9 +391,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
[[package]] [[package]]
name = "chrono" name = "chrono"
version = "0.4.38" version = "0.4.39"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
dependencies = [ dependencies = [
"android-tzdata", "android-tzdata",
"iana-time-zone", "iana-time-zone",

View File

@ -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.38", default-features = false, features = ["clock", "std", "wasmbind"] } chrono = { version = "0.4.39", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.5.23", features = ["derive", "cargo", "unicode"] } clap = { version = "4.5.23", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.5.38" clap_complete = "4.5.38"
dirs = "5.0.1" dirs = "5.0.1"