From 9537c94ab4a1c89d14e6ccb0a6b76522f3950566 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 10:34:33 +0000 Subject: [PATCH] chore(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 c129f0cb..872a390f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] -gray_matter = "0.2.6" +gray_matter = "0.3.0" poise = "0.6.1" serde = "1.0.200" serde_json = "1.0.116"