From bff1c88da8286158423ce80b61c1737560619ed1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 10 Sep 2025 00:39:13 +0000 Subject: [PATCH] Update Rust crate chrono to 0.4.42 --- central_backend/Cargo.lock | 25 ++++++++++++------------- central_backend/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/central_backend/Cargo.lock b/central_backend/Cargo.lock index 0d587b3..ce333d2 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -413,12 +413,6 @@ dependencies = [ "alloc-no-stdlib", ] -[[package]] -name = "android-tzdata" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" - [[package]] name = "android_system_properties" version = "0.1.5" @@ -720,16 +714,15 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.41" +version = "0.4.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" +checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" dependencies = [ - "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "wasm-bindgen", - "windows-link", + "windows-link 0.2.0", ] [[package]] @@ -3404,13 +3397,19 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" +[[package]] +name = "windows-link" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" + [[package]] name = "windows-registry" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3bab093bdd303a1240bb99b8aba8ea8a69ee19d34c9e2ef9594e708a4878820" dependencies = [ - "windows-link", + "windows-link 0.1.1", "windows-result", "windows-strings", ] @@ -3421,7 +3420,7 @@ version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" dependencies = [ - "windows-link", + "windows-link 0.1.1", ] [[package]] @@ -3430,7 +3429,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" dependencies = [ - "windows-link", + "windows-link 0.1.1", ] [[package]] diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index 8f0cf1e..95fc826 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -38,7 +38,7 @@ mime_guess = "2.0.5" rust-embed = "8.7.2" jsonwebtoken = { version = "9.3.1", features = ["use_pem"] } prettytable-rs = "0.10.0" -chrono = "0.4.41" +chrono = "0.4.42" serde_yml = "0.0.12" bincode = "2.0.1" fs4 = { version = "0.13.1", features = ["sync"] }