From 94b4e4fe2df9b588f6b72d5fa71bb1cb6a6f28b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 11:17:52 +0000 Subject: [PATCH] Update Rust crate serde_yaml to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc41f63..e4f6227 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.0" subprocess = "0.2.9"