bump ruma to fix display_name and avatar_url being omitted in /joined_members

Signed-off-by: June Strawberry <june@vern.cc>
This commit is contained in:
June Strawberry
2026-02-24 13:31:43 -05:00
committed by Jason Volk
parent cb219c2135
commit e47c0a7200
2 changed files with 11 additions and 11 deletions

20
Cargo.lock generated
View File

@@ -3760,7 +3760,7 @@ dependencies = [
[[package]]
name = "ruma"
version = "0.13.0"
source = "git+https://github.com/matrix-construct/ruma?rev=3cb939f5c8a67197433cbb3dc7e256f0ddaee978#3cb939f5c8a67197433cbb3dc7e256f0ddaee978"
source = "git+https://github.com/matrix-construct/ruma?rev=30d063c4503c3b630cdd55eda71a0bc3504518a2#30d063c4503c3b630cdd55eda71a0bc3504518a2"
dependencies = [
"assign",
"js_int",
@@ -3779,7 +3779,7 @@ dependencies = [
[[package]]
name = "ruma-appservice-api"
version = "0.13.0"
source = "git+https://github.com/matrix-construct/ruma?rev=3cb939f5c8a67197433cbb3dc7e256f0ddaee978#3cb939f5c8a67197433cbb3dc7e256f0ddaee978"
source = "git+https://github.com/matrix-construct/ruma?rev=30d063c4503c3b630cdd55eda71a0bc3504518a2#30d063c4503c3b630cdd55eda71a0bc3504518a2"
dependencies = [
"js_int",
"ruma-common",
@@ -3791,7 +3791,7 @@ dependencies = [
[[package]]
name = "ruma-client-api"
version = "0.21.0"
source = "git+https://github.com/matrix-construct/ruma?rev=3cb939f5c8a67197433cbb3dc7e256f0ddaee978#3cb939f5c8a67197433cbb3dc7e256f0ddaee978"
source = "git+https://github.com/matrix-construct/ruma?rev=30d063c4503c3b630cdd55eda71a0bc3504518a2#30d063c4503c3b630cdd55eda71a0bc3504518a2"
dependencies = [
"as_variant",
"assign",
@@ -3816,7 +3816,7 @@ dependencies = [
[[package]]
name = "ruma-common"
version = "0.16.0"
source = "git+https://github.com/matrix-construct/ruma?rev=3cb939f5c8a67197433cbb3dc7e256f0ddaee978#3cb939f5c8a67197433cbb3dc7e256f0ddaee978"
source = "git+https://github.com/matrix-construct/ruma?rev=30d063c4503c3b630cdd55eda71a0bc3504518a2#30d063c4503c3b630cdd55eda71a0bc3504518a2"
dependencies = [
"as_variant",
"base64",
@@ -3850,7 +3850,7 @@ dependencies = [
[[package]]
name = "ruma-events"
version = "0.31.0"
source = "git+https://github.com/matrix-construct/ruma?rev=3cb939f5c8a67197433cbb3dc7e256f0ddaee978#3cb939f5c8a67197433cbb3dc7e256f0ddaee978"
source = "git+https://github.com/matrix-construct/ruma?rev=30d063c4503c3b630cdd55eda71a0bc3504518a2#30d063c4503c3b630cdd55eda71a0bc3504518a2"
dependencies = [
"as_variant",
"indexmap",
@@ -3877,7 +3877,7 @@ dependencies = [
[[package]]
name = "ruma-federation-api"
version = "0.12.0"
source = "git+https://github.com/matrix-construct/ruma?rev=3cb939f5c8a67197433cbb3dc7e256f0ddaee978#3cb939f5c8a67197433cbb3dc7e256f0ddaee978"
source = "git+https://github.com/matrix-construct/ruma?rev=30d063c4503c3b630cdd55eda71a0bc3504518a2#30d063c4503c3b630cdd55eda71a0bc3504518a2"
dependencies = [
"bytes",
"headers",
@@ -3900,7 +3900,7 @@ dependencies = [
[[package]]
name = "ruma-identifiers-validation"
version = "0.11.0"
source = "git+https://github.com/matrix-construct/ruma?rev=3cb939f5c8a67197433cbb3dc7e256f0ddaee978#3cb939f5c8a67197433cbb3dc7e256f0ddaee978"
source = "git+https://github.com/matrix-construct/ruma?rev=30d063c4503c3b630cdd55eda71a0bc3504518a2#30d063c4503c3b630cdd55eda71a0bc3504518a2"
dependencies = [
"js_int",
"thiserror 2.0.18",
@@ -3909,7 +3909,7 @@ dependencies = [
[[package]]
name = "ruma-macros"
version = "0.16.0"
source = "git+https://github.com/matrix-construct/ruma?rev=3cb939f5c8a67197433cbb3dc7e256f0ddaee978#3cb939f5c8a67197433cbb3dc7e256f0ddaee978"
source = "git+https://github.com/matrix-construct/ruma?rev=30d063c4503c3b630cdd55eda71a0bc3504518a2#30d063c4503c3b630cdd55eda71a0bc3504518a2"
dependencies = [
"cfg-if",
"proc-macro-crate",
@@ -3924,7 +3924,7 @@ dependencies = [
[[package]]
name = "ruma-push-gateway-api"
version = "0.12.0"
source = "git+https://github.com/matrix-construct/ruma?rev=3cb939f5c8a67197433cbb3dc7e256f0ddaee978#3cb939f5c8a67197433cbb3dc7e256f0ddaee978"
source = "git+https://github.com/matrix-construct/ruma?rev=30d063c4503c3b630cdd55eda71a0bc3504518a2#30d063c4503c3b630cdd55eda71a0bc3504518a2"
dependencies = [
"js_int",
"ruma-common",
@@ -3936,7 +3936,7 @@ dependencies = [
[[package]]
name = "ruma-signatures"
version = "0.18.0"
source = "git+https://github.com/matrix-construct/ruma?rev=3cb939f5c8a67197433cbb3dc7e256f0ddaee978#3cb939f5c8a67197433cbb3dc7e256f0ddaee978"
source = "git+https://github.com/matrix-construct/ruma?rev=30d063c4503c3b630cdd55eda71a0bc3504518a2#30d063c4503c3b630cdd55eda71a0bc3504518a2"
dependencies = [
"base64",
"ed25519-dalek",

View File

@@ -327,7 +327,7 @@ default-features = false
[workspace.dependencies.ruma]
git = "https://github.com/matrix-construct/ruma"
rev = "3cb939f5c8a67197433cbb3dc7e256f0ddaee978"
rev = "30d063c4503c3b630cdd55eda71a0bc3504518a2"
features = [
"__compat",
"appservice-api-c",