diff --git a/data/render/Cargo.lock b/data/render/Cargo.lock index 5f1381f..3fe43b3 100644 --- a/data/render/Cargo.lock +++ b/data/render/Cargo.lock @@ -117,9 +117,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/data/render/Cargo.toml b/data/render/Cargo.toml index 731fe32..7d0032a 100644 --- a/data/render/Cargo.toml +++ b/data/render/Cargo.toml @@ -13,7 +13,7 @@ askama = "0.12.1" # released. See https://github.com/softprops/hubcaps/pull/285 hubcaps = { git="https://github.com/softprops/hubcaps" } tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros"] } -chrono = "0.4.40" +chrono = "0.4.41" anyhow = "1.0.98" pico-args = "0.5.0" serde_json = "1.0.140"