From 15af020e94e3370e8ad768f18dc7862b8562c956 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:39:45 +0000 Subject: [PATCH] fix(deps): update rust crate gray_matter to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b4ce18..824e952 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ askama = { version = "0.14" } axum = "0.8.0" chrono = { version = "0.4.31", features = ["serde"] } pulldown-cmark = { version = "0.13" } -gray_matter = "0.2.6" +gray_matter = "0.3.0" rss = "2.0.7" serde = "1.0.195" serde_json = "1.0.111"