From ce512b434afb4508abfadfdaaedb54db363d72b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 12:44:31 +0000 Subject: [PATCH] Update Rust crate ruma to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b32163..19e84ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ serde = "1.0.158" serde_json = "1.0.94" serde_yaml = "0.9.19" matrix-sdk = "0.3.0" -ruma = "0.2.0" +ruma = "0.10.0" actix = "0.13.0" actix-web = "4.3.1" url = "2.2.2"