From 58005c16911bd9e4901cebd32d2e1423b8d11dc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 19:07:42 +0000 Subject: [PATCH] build(deps): 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 0e1dce97..5d974c77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ log = "0.4.21" regex = "1.10" schemars = "0.8" serde_json = "1.0" -serde_yaml = "0.9" +serde_yaml = "0.9.34" [profile.release] codegen-units = 1