From d841ee88eef1aea46b72b19aa46c9ff0ccceb756 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 10 Jun 2025 00:01:17 +0000 Subject: [PATCH] Update matrix-sdk digest to 216e878 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6cba00a..f9dd1e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ dioxus = { version = "0.6.3", features = ["web"] } web-sys = "0.3.69" # Matrix -matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "fa6066b8", default-features = false, features = ["rustls-tls", "js"] } +matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "216e878231eb230255cb4796d45e5bc0faa0d388", default-features = false, features = ["rustls-tls", "js"] } [target.'cfg(not(target_family = "wasm"))'.dependencies] # Utils @@ -73,7 +73,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter", "time"] } dioxus = { version = "0.6.3", features = ["desktop"] } # Matrix -matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "fa6066b8", default-features = false, features = ["rustls-tls"] } +matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "216e878231eb230255cb4796d45e5bc0faa0d388", default-features = false, features = ["rustls-tls"] } [build-dependencies] regex = "1.10.3"