From fd0eaf0a909acee4289c99eacbe454efbc78463c Mon Sep 17 00:00:00 2001 From: Jared L <48422312+lhjt@users.noreply.github.com> Date: Sun, 21 Jun 2026 02:31:42 +1000 Subject: [PATCH] Bump the ruma fork rev. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66e8717..b569fd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ shared-secret-registration-mac = ["dep:hex", "dep:hmac", "dep:sha1"] [dependencies] hex = { version = "0.4.3", optional = true } hmac = { version = "0.12.1", optional = true } -ruma = { git = "https://github.com/matrix-construct/ruma", rev = "1a911eb9108be4b302c76d81b140704277207a68", features = ["api", "events"] } +ruma = { git = "https://github.com/matrix-construct/ruma", rev = "2f21f035d21d5c0113d3f1309f0277ffe4e9ac83", features = ["api", "events"] } serde = { version = "1.0.118", features = ["derive"] } sha1 = { version = "0.10.1", optional = true }