From f80837663ef0a44993f271bc549c92315ed67c86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 02:04:11 +0000 Subject: [PATCH] fix(deps): update rust crate serde_yaml to 0.9.34 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04271fc6..fe51e126 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ version = "1.0.197" features = ["rc"] # Used for appservice registration files [dependencies.serde_yaml] -version = "0.9.33" +version = "0.9.34" # Used for ruma wrapper [dependencies.serde_json] version = "1.0.114"