From 7ae6bcba839f2fbde69ddaffd69bb2b86c245fa1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:01:43 +0000 Subject: [PATCH] chore(deps): 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 8db2248..70408ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,7 +135,7 @@ required-features = ["cli", "yaml", "json", "toml", "schema"] [dependencies] serde = { version = "1.0.150", features = ["derive"], optional = true } -serde_yaml = { version = "0.8.17", optional = true } +serde_yaml = { version = "0.9.0", optional = true } serde_json = { version = "1.0.85", optional = true } toml = { version = "0.9", optional = true } humantime = { version = "2", optional = true }