From 082bb71f72eb4f4775537ca00ab057af70d5a5f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:47:58 +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 e0c2430c4..e52599236 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ handlebars = { version = "=5.1.2", features = ["dir_source"] } lazy_static = "=1.4.0" serde = "=1.0.197" serde_derive = "=1.0.197" -serde_yaml = "=0.9.33" +serde_yaml = "=0.9.34" serde_json = "=1.0.116" comrak = "=0.22.0" rayon = "=1.10.0"