From 9e6ff5f61b863ccc28b1006a5f6af14e0d460d92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 04:57:07 +0000 Subject: [PATCH] Update Rust crate serde_yaml to 0.9.34 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc41f63..9f8a98a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,5 +35,5 @@ pretty_env_logger = "0.4.0" schemars = "0.8.10" serde = { version = "1.0.140", features = ["derive"] } serde_json = "1.0.82" -serde_yaml = "0.8.24" +serde_yaml = "0.9.34" subprocess = "0.2.9"