From 067fc7437ce6a7d37e6e6aabd1a8568422f43214 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 07:16:29 +0000 Subject: [PATCH] Update Rust crate serde_yaml to v0.9.34 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6ffa58300..227d8989d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ handlebars = { version = "=6.0.0", features = ["dir_source"] } lazy_static = "=1.5.0" serde = "=1.0.204" serde_derive = "=1.0.204" -serde_yaml = "=0.9.33" +serde_yaml = "=0.9.34" serde_json = "=1.0.121" comrak = "=0.26.0" rayon = "=1.10.0"