From 171c948861ad057d5395d9cb3b15273efc918333 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 03:27:47 +0000 Subject: [PATCH] Update Rust crate matrix-sdk to 0.17.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 30e1c17..09aa285 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ resolver = "2" [workspace.dependencies] futures = "0.3.31" http = "1.4.0" -matrix-sdk = { version = "0.16.0", default-features = false, features = ["rustls-tls"] } +matrix-sdk = { version = "0.17.0", default-features = false, features = ["rustls-tls"] } regex = "1.12.2" ruma = { version = "0.14", features = ["events"] } ruma-common = "0.17.0"