From a0f3c33e19e335d6ce45106230779a19d5f92381 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:30:58 +0000 Subject: [PATCH] fix(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 15d8f89..4893231 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ clap = { version = "4.4.10", features = ["derive", "env"] } color-eyre = "0.5.11" dirs = "3.0.2" serde = { version = "1.0.127", features = ["derive"] } -serde_yaml = "0.8.17" +serde_yaml = "0.9.0"