From c054394e31cccf06a6afc6c3aedc7187bb1529c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 18:41:51 +0000 Subject: [PATCH] Update Rust crate matrix-sdk to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c96a522..abc0a82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ anyhow = "1.0.43" serde = "1.0.129" serde_json = "1.0.66" serde_yaml = "0.8.20" -matrix-sdk = "0.3.0" +matrix-sdk = "0.6.0" ruma = "0.2.0" actix = "0.12.0" actix-web = "4.0.0-beta.9"