From 6c736b1fc1626b0ff2ff752fe0a6ab8a9d0e6ca4 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 27 May 2025 19:04:26 -0400 Subject: chore: bump chrono --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7f3de8..3852e23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,9 +202,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 = [ "num-traits", ] diff --git a/Cargo.toml b/Cargo.toml index 30bd9f9..e7856fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" askama = { version = "0.14" } axum = "0.8" chrono = { version = "0.4", default-features = false, features = ["now"] } -comrak = { version = "0.39.0", default-features = false } +comrak = { version = "0.39", default-features = false } tokio = { version = "1.45", default-features = false, features = [ "rt-multi-thread", "macros", -- cgit v1.2.3