diff --git a/central_backend/Cargo.lock b/central_backend/Cargo.lock index 33beebb..d9c6856 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -720,9 +720,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.40" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c" +checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index 22a065e..bc54c8f 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -38,7 +38,7 @@ mime_guess = "2.0.5" rust-embed = "8.6.0" jsonwebtoken = { version = "9.3.1", features = ["use_pem"] } prettytable-rs = "0.10.0" -chrono = "0.4.40" +chrono = "0.4.41" serde_yml = "0.0.12" bincode = "2.0.1" fs4 = { version = "0.13.1", features = ["sync"] }