From 10942fd9b9083ef3859908cac494d4820f864107 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 04:07:44 +0000 Subject: [PATCH] Update matrix-sdk digest to cd9f433 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94d3ef1..b7e5f57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ resolver = "2" [workspace.dependencies] 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"] } +matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "cd9f433358586e8717417fc043650f46362aa14c", default-features = false, features = ["rustls-tls"] } regex = "1.11.1" ruma = { version = "0.10.1", features = ["events"] } ruma-common = "0.13.0"