chore: bump Ruma

This commit is contained in:
Benjamin Bouvier
2025-08-29 13:57:35 +02:00
parent ea59bc8955
commit 18affe3edd
2 changed files with 10 additions and 10 deletions

18
Cargo.lock generated
View File

@@ -4729,7 +4729,7 @@ dependencies = [
[[package]]
name = "ruma"
version = "0.12.6"
source = "git+https://github.com/ruma/ruma?rev=57049282e3a74f67f86e4eb2382a3e649b57cc2b#57049282e3a74f67f86e4eb2382a3e649b57cc2b"
source = "git+https://github.com/ruma/ruma?rev=51fb51a560027fd330b43398a278922cacbc825c#51fb51a560027fd330b43398a278922cacbc825c"
dependencies = [
"assign",
"js_int",
@@ -4746,7 +4746,7 @@ dependencies = [
[[package]]
name = "ruma-client-api"
version = "0.20.4"
source = "git+https://github.com/ruma/ruma?rev=57049282e3a74f67f86e4eb2382a3e649b57cc2b#57049282e3a74f67f86e4eb2382a3e649b57cc2b"
source = "git+https://github.com/ruma/ruma?rev=51fb51a560027fd330b43398a278922cacbc825c#51fb51a560027fd330b43398a278922cacbc825c"
dependencies = [
"as_variant",
"assign",
@@ -4769,7 +4769,7 @@ dependencies = [
[[package]]
name = "ruma-common"
version = "0.15.4"
source = "git+https://github.com/ruma/ruma?rev=57049282e3a74f67f86e4eb2382a3e649b57cc2b#57049282e3a74f67f86e4eb2382a3e649b57cc2b"
source = "git+https://github.com/ruma/ruma?rev=51fb51a560027fd330b43398a278922cacbc825c#51fb51a560027fd330b43398a278922cacbc825c"
dependencies = [
"as_variant",
"base64",
@@ -4802,7 +4802,7 @@ dependencies = [
[[package]]
name = "ruma-events"
version = "0.30.5"
source = "git+https://github.com/ruma/ruma?rev=57049282e3a74f67f86e4eb2382a3e649b57cc2b#57049282e3a74f67f86e4eb2382a3e649b57cc2b"
source = "git+https://github.com/ruma/ruma?rev=51fb51a560027fd330b43398a278922cacbc825c#51fb51a560027fd330b43398a278922cacbc825c"
dependencies = [
"as_variant",
"indexmap",
@@ -4828,7 +4828,7 @@ dependencies = [
[[package]]
name = "ruma-federation-api"
version = "0.11.2"
source = "git+https://github.com/ruma/ruma?rev=57049282e3a74f67f86e4eb2382a3e649b57cc2b#57049282e3a74f67f86e4eb2382a3e649b57cc2b"
source = "git+https://github.com/ruma/ruma?rev=51fb51a560027fd330b43398a278922cacbc825c#51fb51a560027fd330b43398a278922cacbc825c"
dependencies = [
"headers",
"http",
@@ -4848,7 +4848,7 @@ dependencies = [
[[package]]
name = "ruma-html"
version = "0.4.1"
source = "git+https://github.com/ruma/ruma?rev=57049282e3a74f67f86e4eb2382a3e649b57cc2b#57049282e3a74f67f86e4eb2382a3e649b57cc2b"
source = "git+https://github.com/ruma/ruma?rev=51fb51a560027fd330b43398a278922cacbc825c#51fb51a560027fd330b43398a278922cacbc825c"
dependencies = [
"as_variant",
"html5ever",
@@ -4859,7 +4859,7 @@ dependencies = [
[[package]]
name = "ruma-identifiers-validation"
version = "0.10.1"
source = "git+https://github.com/ruma/ruma?rev=57049282e3a74f67f86e4eb2382a3e649b57cc2b#57049282e3a74f67f86e4eb2382a3e649b57cc2b"
source = "git+https://github.com/ruma/ruma?rev=51fb51a560027fd330b43398a278922cacbc825c#51fb51a560027fd330b43398a278922cacbc825c"
dependencies = [
"js_int",
"thiserror 2.0.16",
@@ -4868,7 +4868,7 @@ dependencies = [
[[package]]
name = "ruma-macros"
version = "0.15.2"
source = "git+https://github.com/ruma/ruma?rev=57049282e3a74f67f86e4eb2382a3e649b57cc2b#57049282e3a74f67f86e4eb2382a3e649b57cc2b"
source = "git+https://github.com/ruma/ruma?rev=51fb51a560027fd330b43398a278922cacbc825c#51fb51a560027fd330b43398a278922cacbc825c"
dependencies = [
"cfg-if",
"proc-macro-crate",
@@ -4883,7 +4883,7 @@ dependencies = [
[[package]]
name = "ruma-signatures"
version = "0.17.1"
source = "git+https://github.com/ruma/ruma?rev=57049282e3a74f67f86e4eb2382a3e649b57cc2b#57049282e3a74f67f86e4eb2382a3e649b57cc2b"
source = "git+https://github.com/ruma/ruma?rev=51fb51a560027fd330b43398a278922cacbc825c#51fb51a560027fd330b43398a278922cacbc825c"
dependencies = [
"base64",
"ed25519-dalek",

View File

@@ -64,7 +64,7 @@ proptest = { version = "1.6.0", default-features = false, features = ["std"] }
rand = "0.8.5"
reqwest = { version = "0.12.23", default-features = false }
rmp-serde = "1.3.0"
ruma = { git = "https://github.com/ruma/ruma", rev = "57049282e3a74f67f86e4eb2382a3e649b57cc2b", features = [
ruma = { git = "https://github.com/ruma/ruma", rev = "51fb51a560027fd330b43398a278922cacbc825c", features = [
"client-api-c",
"compat-upload-signatures",
"compat-arbitrary-length-ids",