From 9a4f909e9bc19c7cacfc99176966d0f1c2ed23e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 03:01:47 +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 b938761..a213110 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -126,7 +126,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", optional = true } toml = { version = "0.8", optional = true } humantime = { version = "2", optional = true }