From 97eb35cf73a0da43f93755ce985ad0136df52d8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 11:35:38 +0000 Subject: [PATCH] Update Rust crate serde_yaml to 0.9.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66a551b..c9408a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ regex = "1.7.1" reqwest = { version = "0.11.14", features = ["json"] } serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.93" -serde_yaml = "0.9.17" +serde_yaml = "0.9.22" once_cell = "1.17.0" thiserror = "1.0.38" tokio = { version = "1.25.0", features = ["full"] }