Upgrade Ruma

Use the brand new release.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille
2025-09-03 15:49:48 +02:00
committed by Damir Jelić
parent f9b419077d
commit 30672e6feb
2 changed files with 28 additions and 19 deletions
Generated
+27 -18
View File
@@ -4730,8 +4730,9 @@ dependencies = [
[[package]]
name = "ruma"
version = "0.12.6"
source = "git+https://github.com/ruma/ruma?rev=51fb51a560027fd330b43398a278922cacbc825c#51fb51a560027fd330b43398a278922cacbc825c"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7b698b728bc3747f564a9115c83b4f2e229b52377f6a1cca2e6add9cf4a13be"
dependencies = [
"assign",
"js_int",
@@ -4747,8 +4748,9 @@ dependencies = [
[[package]]
name = "ruma-client-api"
version = "0.20.4"
source = "git+https://github.com/ruma/ruma?rev=51fb51a560027fd330b43398a278922cacbc825c#51fb51a560027fd330b43398a278922cacbc825c"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b54e56c591f9ad686defb0bacbebba5c8882eb0c9f8734f6a080345b4e3dd941"
dependencies = [
"as_variant",
"assign",
@@ -4770,8 +4772,9 @@ dependencies = [
[[package]]
name = "ruma-common"
version = "0.15.4"
source = "git+https://github.com/ruma/ruma?rev=51fb51a560027fd330b43398a278922cacbc825c#51fb51a560027fd330b43398a278922cacbc825c"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac7f59b9f7639667d0d6ae3ae242c8912e9ed061cea1fbaf72710a402e83b53e"
dependencies = [
"as_variant",
"base64",
@@ -4803,8 +4806,9 @@ dependencies = [
[[package]]
name = "ruma-events"
version = "0.30.5"
source = "git+https://github.com/ruma/ruma?rev=51fb51a560027fd330b43398a278922cacbc825c#51fb51a560027fd330b43398a278922cacbc825c"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34fa815769ed4fe1ef5b50aa0ba6f350317c13b5a9f1e008b014f4a3ddf14204"
dependencies = [
"as_variant",
"indexmap",
@@ -4829,8 +4833,9 @@ dependencies = [
[[package]]
name = "ruma-federation-api"
version = "0.11.2"
source = "git+https://github.com/ruma/ruma?rev=51fb51a560027fd330b43398a278922cacbc825c#51fb51a560027fd330b43398a278922cacbc825c"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecbc887ba1292e48e6363b29e0dec4571b52d2b5102ebf60068105efadaa6e0a"
dependencies = [
"headers",
"http",
@@ -4849,8 +4854,9 @@ dependencies = [
[[package]]
name = "ruma-html"
version = "0.4.1"
source = "git+https://github.com/ruma/ruma?rev=51fb51a560027fd330b43398a278922cacbc825c#51fb51a560027fd330b43398a278922cacbc825c"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6124d74847ea788601477c89a44485894432a806824cae93885c5825a8ae9dbc"
dependencies = [
"as_variant",
"html5ever",
@@ -4860,8 +4866,9 @@ dependencies = [
[[package]]
name = "ruma-identifiers-validation"
version = "0.10.1"
source = "git+https://github.com/ruma/ruma?rev=51fb51a560027fd330b43398a278922cacbc825c#51fb51a560027fd330b43398a278922cacbc825c"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14a7b93ac1e571c585f8fa5cef09c07bb8a15529775fd56b9a3eac4f9233dff2"
dependencies = [
"js_int",
"thiserror 2.0.16",
@@ -4869,8 +4876,9 @@ dependencies = [
[[package]]
name = "ruma-macros"
version = "0.15.2"
source = "git+https://github.com/ruma/ruma?rev=51fb51a560027fd330b43398a278922cacbc825c#51fb51a560027fd330b43398a278922cacbc825c"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c9911c7188517f28505d2d513339511d00e0f50cec5c2dde820cd0ec7e6a833"
dependencies = [
"cfg-if",
"proc-macro-crate",
@@ -4884,8 +4892,9 @@ dependencies = [
[[package]]
name = "ruma-signatures"
version = "0.17.1"
source = "git+https://github.com/ruma/ruma?rev=51fb51a560027fd330b43398a278922cacbc825c#51fb51a560027fd330b43398a278922cacbc825c"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f47cd146d56ae6e7a4a8d912a30dfe57c70e5bf18806fdf617527d4d4f2dd2a4"
dependencies = [
"base64",
"ed25519-dalek",
+1 -1
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 = "51fb51a560027fd330b43398a278922cacbc825c", features = [
ruma = { version = "0.13.0", features = [
"client-api-c",
"compat-upload-signatures",
"compat-arbitrary-length-ids",