diff options
| author | Renovate Bot <[email protected]> | 2025-04-11 23:20:25 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2025-04-11 23:20:25 +0000 |
| commit | 09db442b9d943c22fc3e914aa22e35c320cfcb0e (patch) | |
| tree | 08c5ede1722433df1dbf012e44f5c065c4c6e630 /Cargo.lock | |
| parent | f47b6421e27900f75641b2f0593cca36bc5cb499 (diff) | |
Update Rust crate chrono to v0.4.40
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 12 |
1 files changed, 9 insertions, 3 deletions
| @@ -133,16 +133,16 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |||
| 133 | 133 | ||
| 134 | [[package]] | 134 | [[package]] |
| 135 | name = "chrono" | 135 | name = "chrono" |
| 136 | version = "0.4.38" | 136 | version = "0.4.40" |
| 137 | source = "registry+https://github.com/rust-lang/crates.io-index" | 137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 138 | checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" | 138 | checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c" |
| 139 | dependencies = [ | 139 | dependencies = [ |
| 140 | "android-tzdata", | 140 | "android-tzdata", |
| 141 | "iana-time-zone", | 141 | "iana-time-zone", |
| 142 | "js-sys", | 142 | "js-sys", |
| 143 | "num-traits", | 143 | "num-traits", |
| 144 | "wasm-bindgen", | 144 | "wasm-bindgen", |
| 145 | "windows-targets", | 145 | "windows-link", |
| 146 | ] | 146 | ] |
| 147 | 147 | ||
| 148 | [[package]] | 148 | [[package]] |
| @@ -775,6 +775,12 @@ dependencies = [ | |||
| 775 | ] | 775 | ] |
| 776 | 776 | ||
| 777 | [[package]] | 777 | [[package]] |
| 778 | name = "windows-link" | ||
| 779 | version = "0.1.1" | ||
| 780 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 781 | checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" | ||
| 782 | |||
| 783 | [[package]] | ||
| 778 | name = "windows-sys" | 784 | name = "windows-sys" |
| 779 | version = "0.52.0" | 785 | version = "0.52.0" |
| 780 | source = "registry+https://github.com/rust-lang/crates.io-index" | 786 | source = "registry+https://github.com/rust-lang/crates.io-index" |
