From fe3bcacaf63613487bc1eccde9ff00238c99ada5 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:31:32 +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 e2ea4b8..3ec69c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ futures = "0.3.31" http = "1.2.0" matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "cbb92cacce1d16673a949204e4f88b78e9917026", default-features = false, features = ["rustls-tls"] } regex = "1.11.1" -ruma = { version = "0.10.1", features = ["events"] } +ruma = { version = "0.12.0", features = ["events"] } ruma-common = "0.13.0" serde = { version = "1.0.216", features = ["derive"] } thiserror = "2.0.7"