From 193cc6be22b3b7f3acbbcc57b79ade8295bf9273 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 10:33:58 +0000 Subject: [PATCH] Update Rust crate ruma to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b32163..76318fd 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.11.0" actix = "0.13.0" actix-web = "4.3.1" url = "2.2.2"