Bump Ruma for r0 sso redirect route (closes #290).

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2026-02-06 02:52:31 +00:00
parent ac89116316
commit 672e665348
2 changed files with 11 additions and 11 deletions

20
Cargo.lock generated
View File

@@ -3755,7 +3755,7 @@ dependencies = [
[[package]] [[package]]
name = "ruma" name = "ruma"
version = "0.13.0" 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 = [ dependencies = [
"assign", "assign",
"js_int", "js_int",
@@ -3774,7 +3774,7 @@ dependencies = [
[[package]] [[package]]
name = "ruma-appservice-api" name = "ruma-appservice-api"
version = "0.13.0" 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 = [ dependencies = [
"js_int", "js_int",
"ruma-common", "ruma-common",
@@ -3786,7 +3786,7 @@ dependencies = [
[[package]] [[package]]
name = "ruma-client-api" name = "ruma-client-api"
version = "0.21.0" 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 = [ dependencies = [
"as_variant", "as_variant",
"assign", "assign",
@@ -3811,7 +3811,7 @@ dependencies = [
[[package]] [[package]]
name = "ruma-common" name = "ruma-common"
version = "0.16.0" 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 = [ dependencies = [
"as_variant", "as_variant",
"base64", "base64",
@@ -3845,7 +3845,7 @@ dependencies = [
[[package]] [[package]]
name = "ruma-events" name = "ruma-events"
version = "0.31.0" 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 = [ dependencies = [
"as_variant", "as_variant",
"indexmap", "indexmap",
@@ -3872,7 +3872,7 @@ dependencies = [
[[package]] [[package]]
name = "ruma-federation-api" name = "ruma-federation-api"
version = "0.12.0" 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 = [ dependencies = [
"bytes", "bytes",
"headers", "headers",
@@ -3895,7 +3895,7 @@ dependencies = [
[[package]] [[package]]
name = "ruma-identifiers-validation" name = "ruma-identifiers-validation"
version = "0.11.0" 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 = [ dependencies = [
"js_int", "js_int",
"thiserror 2.0.18", "thiserror 2.0.18",
@@ -3904,7 +3904,7 @@ dependencies = [
[[package]] [[package]]
name = "ruma-macros" name = "ruma-macros"
version = "0.16.0" 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 = [ dependencies = [
"cfg-if", "cfg-if",
"proc-macro-crate", "proc-macro-crate",
@@ -3919,7 +3919,7 @@ dependencies = [
[[package]] [[package]]
name = "ruma-push-gateway-api" name = "ruma-push-gateway-api"
version = "0.12.0" 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 = [ dependencies = [
"js_int", "js_int",
"ruma-common", "ruma-common",
@@ -3931,7 +3931,7 @@ dependencies = [
[[package]] [[package]]
name = "ruma-signatures" name = "ruma-signatures"
version = "0.18.0" 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 = [ dependencies = [
"base64", "base64",
"ed25519-dalek", "ed25519-dalek",

View File

@@ -328,7 +328,7 @@ default-features = false
[workspace.dependencies.ruma] [workspace.dependencies.ruma]
git = "https://github.com/matrix-construct/ruma" git = "https://github.com/matrix-construct/ruma"
rev = "069b3f6ee7499cdac84175946aeb9443d2578363" rev = "0130f6a87651dbfab64ba64c3263e9b8321b06cd"
features = [ features = [
"__compat", "__compat",
"appservice-api-c", "appservice-api-c",