From bb843b5de68d8dd82e79ce4f4b9dd3abaaa02cdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:49:44 +0000 Subject: [PATCH] Update Rust crate serde_yaml to 0.9.34 --- api/Cargo.toml | 2 +- holding/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index 2df8f17..687fa0a 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -21,4 +21,4 @@ base64 = "0.9" [dev-dependencies] serde_test = "1.0" -serde_yaml = "0.8" +serde_yaml = "0.9.34" diff --git a/holding/Cargo.toml b/holding/Cargo.toml index 25b2300..77e0ef5 100644 --- a/holding/Cargo.toml +++ b/holding/Cargo.toml @@ -21,7 +21,7 @@ native-tls = "0.2" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" -serde_yaml = "0.8" +serde_yaml = "0.9.34" serde_urlencoded = "0.7" futures = "0.1.21" tokio = "0.1.7"