From a61e38054dc535ad79b7a14b7d5960fa239a9f5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 20:12:27 +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 c3fc14f..cf6c457 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,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.8", optional = true } humantime = { version = "2", optional = true }