From 672e6653480de8ad42698af5cefa06c65846c450 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Fri, 6 Feb 2026 02:52:31 +0000 Subject: [PATCH] Bump Ruma for r0 sso redirect route (closes #290). Signed-off-by: Jason Volk --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5832ad08..87cf36a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3755,7 +3755,7 @@ dependencies = [ [[package]] name = "ruma" version = "0.13.0" -source = "git+https://github.com/matrix-construct/ruma?rev=069b3f6ee7499cdac84175946aeb9443d2578363#069b3f6ee7499cdac84175946aeb9443d2578363" +source = "git+https://github.com/matrix-construct/ruma?rev=0130f6a87651dbfab64ba64c3263e9b8321b06cd#0130f6a87651dbfab64ba64c3263e9b8321b06cd" dependencies = [ "assign", "js_int", @@ -3774,7 +3774,7 @@ dependencies = [ [[package]] name = "ruma-appservice-api" version = "0.13.0" -source = "git+https://github.com/matrix-construct/ruma?rev=069b3f6ee7499cdac84175946aeb9443d2578363#069b3f6ee7499cdac84175946aeb9443d2578363" +source = "git+https://github.com/matrix-construct/ruma?rev=0130f6a87651dbfab64ba64c3263e9b8321b06cd#0130f6a87651dbfab64ba64c3263e9b8321b06cd" dependencies = [ "js_int", "ruma-common", @@ -3786,7 +3786,7 @@ dependencies = [ [[package]] name = "ruma-client-api" version = "0.21.0" -source = "git+https://github.com/matrix-construct/ruma?rev=069b3f6ee7499cdac84175946aeb9443d2578363#069b3f6ee7499cdac84175946aeb9443d2578363" +source = "git+https://github.com/matrix-construct/ruma?rev=0130f6a87651dbfab64ba64c3263e9b8321b06cd#0130f6a87651dbfab64ba64c3263e9b8321b06cd" dependencies = [ "as_variant", "assign", @@ -3811,7 +3811,7 @@ dependencies = [ [[package]] name = "ruma-common" version = "0.16.0" -source = "git+https://github.com/matrix-construct/ruma?rev=069b3f6ee7499cdac84175946aeb9443d2578363#069b3f6ee7499cdac84175946aeb9443d2578363" +source = "git+https://github.com/matrix-construct/ruma?rev=0130f6a87651dbfab64ba64c3263e9b8321b06cd#0130f6a87651dbfab64ba64c3263e9b8321b06cd" dependencies = [ "as_variant", "base64", @@ -3845,7 +3845,7 @@ dependencies = [ [[package]] name = "ruma-events" version = "0.31.0" -source = "git+https://github.com/matrix-construct/ruma?rev=069b3f6ee7499cdac84175946aeb9443d2578363#069b3f6ee7499cdac84175946aeb9443d2578363" +source = "git+https://github.com/matrix-construct/ruma?rev=0130f6a87651dbfab64ba64c3263e9b8321b06cd#0130f6a87651dbfab64ba64c3263e9b8321b06cd" dependencies = [ "as_variant", "indexmap", @@ -3872,7 +3872,7 @@ dependencies = [ [[package]] name = "ruma-federation-api" version = "0.12.0" -source = "git+https://github.com/matrix-construct/ruma?rev=069b3f6ee7499cdac84175946aeb9443d2578363#069b3f6ee7499cdac84175946aeb9443d2578363" +source = "git+https://github.com/matrix-construct/ruma?rev=0130f6a87651dbfab64ba64c3263e9b8321b06cd#0130f6a87651dbfab64ba64c3263e9b8321b06cd" dependencies = [ "bytes", "headers", @@ -3895,7 +3895,7 @@ dependencies = [ [[package]] name = "ruma-identifiers-validation" version = "0.11.0" -source = "git+https://github.com/matrix-construct/ruma?rev=069b3f6ee7499cdac84175946aeb9443d2578363#069b3f6ee7499cdac84175946aeb9443d2578363" +source = "git+https://github.com/matrix-construct/ruma?rev=0130f6a87651dbfab64ba64c3263e9b8321b06cd#0130f6a87651dbfab64ba64c3263e9b8321b06cd" dependencies = [ "js_int", "thiserror 2.0.18", @@ -3904,7 +3904,7 @@ dependencies = [ [[package]] name = "ruma-macros" version = "0.16.0" -source = "git+https://github.com/matrix-construct/ruma?rev=069b3f6ee7499cdac84175946aeb9443d2578363#069b3f6ee7499cdac84175946aeb9443d2578363" +source = "git+https://github.com/matrix-construct/ruma?rev=0130f6a87651dbfab64ba64c3263e9b8321b06cd#0130f6a87651dbfab64ba64c3263e9b8321b06cd" dependencies = [ "cfg-if", "proc-macro-crate", @@ -3919,7 +3919,7 @@ dependencies = [ [[package]] name = "ruma-push-gateway-api" version = "0.12.0" -source = "git+https://github.com/matrix-construct/ruma?rev=069b3f6ee7499cdac84175946aeb9443d2578363#069b3f6ee7499cdac84175946aeb9443d2578363" +source = "git+https://github.com/matrix-construct/ruma?rev=0130f6a87651dbfab64ba64c3263e9b8321b06cd#0130f6a87651dbfab64ba64c3263e9b8321b06cd" dependencies = [ "js_int", "ruma-common", @@ -3931,7 +3931,7 @@ dependencies = [ [[package]] name = "ruma-signatures" version = "0.18.0" -source = "git+https://github.com/matrix-construct/ruma?rev=069b3f6ee7499cdac84175946aeb9443d2578363#069b3f6ee7499cdac84175946aeb9443d2578363" +source = "git+https://github.com/matrix-construct/ruma?rev=0130f6a87651dbfab64ba64c3263e9b8321b06cd#0130f6a87651dbfab64ba64c3263e9b8321b06cd" dependencies = [ "base64", "ed25519-dalek", diff --git a/Cargo.toml b/Cargo.toml index fab1b2f7..80ef0449 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -328,7 +328,7 @@ default-features = false [workspace.dependencies.ruma] git = "https://github.com/matrix-construct/ruma" -rev = "069b3f6ee7499cdac84175946aeb9443d2578363" +rev = "0130f6a87651dbfab64ba64c3263e9b8321b06cd" features = [ "__compat", "appservice-api-c",