From 1b1872a9f5564f515db9ddce04f44cc59d4ec3ff Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 15 Jan 2026 00:42:38 +0000 Subject: [PATCH] Update Rust crate chrono to 0.4.43 --- central_backend/Cargo.lock | 4 ++-- central_backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/central_backend/Cargo.lock b/central_backend/Cargo.lock index 62ceb7a..ff1b2e7 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -732,9 +732,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.42" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" +checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" dependencies = [ "iana-time-zone", "js-sys", diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index 84d1513..c52575f 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -38,7 +38,7 @@ mime_guess = "2.0.5" rust-embed = "8.9.0" jsonwebtoken = { version = "10.2.0", features = ["use_pem", "rust_crypto"] } prettytable-rs = "0.10.0" -chrono = "0.4.42" +chrono = "0.4.43" serde_yml = "0.0.12" bincode-next = "2.0.4" fs4 = { version = "0.13.1", features = ["sync"] }