From a2f20230e2c9ec6f4e4b9a3c36528088ec7185b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:16:00 +0000 Subject: [PATCH] Update Rust crate ruma to 0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b32163..3563267 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.12.0" actix = "0.13.0" actix-web = "4.3.1" url = "2.2.2"