From adf3f9d43455e5cb9b5cc7e5ac32405c9214d80b Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 11 Aug 2022 13:15:57 +0200 Subject: [PATCH] chore(appservice): Upgrade serde_yaml --- crates/matrix-sdk-appservice/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk-appservice/Cargo.toml b/crates/matrix-sdk-appservice/Cargo.toml index 23cafa95c..391808b01 100644 --- a/crates/matrix-sdk-appservice/Cargo.toml +++ b/crates/matrix-sdk-appservice/Cargo.toml @@ -37,7 +37,7 @@ regex = "1.5.5" ruma = { git = "https://github.com/ruma/ruma", rev = "ca8c66c885241a7ba3805399604eda4a38979f6b", features = ["client-api-c", "appservice-api-s"] } serde = "1.0.136" serde_json = "1.0.79" -serde_yaml = "0.8.23" +serde_yaml = "0.9.4" tokio = { version = "1.17.0", default-features = false, features = ["rt-multi-thread"] } thiserror = "1.0.30" tracing = "0.1.34"