From c2adc85f67fb18482870175ff5fa2e7877097003 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 13:57:54 +0000 Subject: [PATCH] Update Rust crate ruma to 0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94d3ef1..4c81d6b 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.14.0", features = ["events"] } ruma-common = "0.13.0" serde = { version = "1.0.217", features = ["derive"] } thiserror = "2.0.9"