From e4370b2f6f650572a2f2a7918aa8343937a07968 Mon Sep 17 00:00:00 2001 From: strawberry Date: Fri, 8 Mar 2024 17:12:21 -0500 Subject: [PATCH] bump ruma to fix Element Android URL previews https://github.com/ruma/ruma/pull/1743 Signed-off-by: strawberry --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a9eaf9c..458b3500 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2112,7 +2112,7 @@ dependencies = [ [[package]] name = "ruma" version = "0.9.4" -source = "git+https://github.com/girlbossceo/ruma?rev=4899da4c0faf59d2394a86354b81a87a21ae3fcb#4899da4c0faf59d2394a86354b81a87a21ae3fcb" +source = "git+https://github.com/girlbossceo/ruma?rev=13b8386812679b33235c68fa1ec0b50c4647d05a#13b8386812679b33235c68fa1ec0b50c4647d05a" dependencies = [ "assign", "js_int", @@ -2131,7 +2131,7 @@ dependencies = [ [[package]] name = "ruma-appservice-api" version = "0.9.0" -source = "git+https://github.com/girlbossceo/ruma?rev=4899da4c0faf59d2394a86354b81a87a21ae3fcb#4899da4c0faf59d2394a86354b81a87a21ae3fcb" +source = "git+https://github.com/girlbossceo/ruma?rev=13b8386812679b33235c68fa1ec0b50c4647d05a#13b8386812679b33235c68fa1ec0b50c4647d05a" dependencies = [ "js_int", "ruma-common", @@ -2143,7 +2143,7 @@ dependencies = [ [[package]] name = "ruma-client-api" version = "0.17.4" -source = "git+https://github.com/girlbossceo/ruma?rev=4899da4c0faf59d2394a86354b81a87a21ae3fcb#4899da4c0faf59d2394a86354b81a87a21ae3fcb" +source = "git+https://github.com/girlbossceo/ruma?rev=13b8386812679b33235c68fa1ec0b50c4647d05a#13b8386812679b33235c68fa1ec0b50c4647d05a" dependencies = [ "as_variant", "assign", @@ -2162,7 +2162,7 @@ dependencies = [ [[package]] name = "ruma-common" version = "0.12.1" -source = "git+https://github.com/girlbossceo/ruma?rev=4899da4c0faf59d2394a86354b81a87a21ae3fcb#4899da4c0faf59d2394a86354b81a87a21ae3fcb" +source = "git+https://github.com/girlbossceo/ruma?rev=13b8386812679b33235c68fa1ec0b50c4647d05a#13b8386812679b33235c68fa1ec0b50c4647d05a" dependencies = [ "as_variant", "base64 0.21.7", @@ -2190,7 +2190,7 @@ dependencies = [ [[package]] name = "ruma-events" version = "0.27.11" -source = "git+https://github.com/girlbossceo/ruma?rev=4899da4c0faf59d2394a86354b81a87a21ae3fcb#4899da4c0faf59d2394a86354b81a87a21ae3fcb" +source = "git+https://github.com/girlbossceo/ruma?rev=13b8386812679b33235c68fa1ec0b50c4647d05a#13b8386812679b33235c68fa1ec0b50c4647d05a" dependencies = [ "as_variant", "indexmap", @@ -2212,7 +2212,7 @@ dependencies = [ [[package]] name = "ruma-federation-api" version = "0.8.0" -source = "git+https://github.com/girlbossceo/ruma?rev=4899da4c0faf59d2394a86354b81a87a21ae3fcb#4899da4c0faf59d2394a86354b81a87a21ae3fcb" +source = "git+https://github.com/girlbossceo/ruma?rev=13b8386812679b33235c68fa1ec0b50c4647d05a#13b8386812679b33235c68fa1ec0b50c4647d05a" dependencies = [ "js_int", "ruma-common", @@ -2224,7 +2224,7 @@ dependencies = [ [[package]] name = "ruma-identifiers-validation" version = "0.9.3" -source = "git+https://github.com/girlbossceo/ruma?rev=4899da4c0faf59d2394a86354b81a87a21ae3fcb#4899da4c0faf59d2394a86354b81a87a21ae3fcb" +source = "git+https://github.com/girlbossceo/ruma?rev=13b8386812679b33235c68fa1ec0b50c4647d05a#13b8386812679b33235c68fa1ec0b50c4647d05a" dependencies = [ "js_int", "thiserror", @@ -2233,7 +2233,7 @@ dependencies = [ [[package]] name = "ruma-identity-service-api" version = "0.8.0" -source = "git+https://github.com/girlbossceo/ruma?rev=4899da4c0faf59d2394a86354b81a87a21ae3fcb#4899da4c0faf59d2394a86354b81a87a21ae3fcb" +source = "git+https://github.com/girlbossceo/ruma?rev=13b8386812679b33235c68fa1ec0b50c4647d05a#13b8386812679b33235c68fa1ec0b50c4647d05a" dependencies = [ "js_int", "ruma-common", @@ -2243,7 +2243,7 @@ dependencies = [ [[package]] name = "ruma-macros" version = "0.12.0" -source = "git+https://github.com/girlbossceo/ruma?rev=4899da4c0faf59d2394a86354b81a87a21ae3fcb#4899da4c0faf59d2394a86354b81a87a21ae3fcb" +source = "git+https://github.com/girlbossceo/ruma?rev=13b8386812679b33235c68fa1ec0b50c4647d05a#13b8386812679b33235c68fa1ec0b50c4647d05a" dependencies = [ "once_cell", "proc-macro-crate", @@ -2258,7 +2258,7 @@ dependencies = [ [[package]] name = "ruma-push-gateway-api" version = "0.8.0" -source = "git+https://github.com/girlbossceo/ruma?rev=4899da4c0faf59d2394a86354b81a87a21ae3fcb#4899da4c0faf59d2394a86354b81a87a21ae3fcb" +source = "git+https://github.com/girlbossceo/ruma?rev=13b8386812679b33235c68fa1ec0b50c4647d05a#13b8386812679b33235c68fa1ec0b50c4647d05a" dependencies = [ "js_int", "ruma-common", @@ -2270,7 +2270,7 @@ dependencies = [ [[package]] name = "ruma-signatures" version = "0.14.0" -source = "git+https://github.com/girlbossceo/ruma?rev=4899da4c0faf59d2394a86354b81a87a21ae3fcb#4899da4c0faf59d2394a86354b81a87a21ae3fcb" +source = "git+https://github.com/girlbossceo/ruma?rev=13b8386812679b33235c68fa1ec0b50c4647d05a#13b8386812679b33235c68fa1ec0b50c4647d05a" dependencies = [ "base64 0.21.7", "ed25519-dalek", @@ -2286,7 +2286,7 @@ dependencies = [ [[package]] name = "ruma-state-res" version = "0.10.0" -source = "git+https://github.com/girlbossceo/ruma?rev=4899da4c0faf59d2394a86354b81a87a21ae3fcb#4899da4c0faf59d2394a86354b81a87a21ae3fcb" +source = "git+https://github.com/girlbossceo/ruma?rev=13b8386812679b33235c68fa1ec0b50c4647d05a#13b8386812679b33235c68fa1ec0b50c4647d05a" dependencies = [ "itertools 0.11.0", "js_int", diff --git a/Cargo.toml b/Cargo.toml index 9f1116f4..802268c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tower-http = { version = "0.4.4", features = ["add-extension", "cors", "sensitiv # Used for matrix spec type definitions and helpers #ruma = { version = "0.4.0", features = ["compat", "rand", "appservice-api-c", "client-api", "federation-api", "push-gateway-api-c", "state-res", "unstable-pre-spec", "unstable-exhaustive-types"] } #ruma = { git = "https://github.com/ruma/ruma", rev = "4d9f754657a099df8e61533787b8eebd12946435", features = ["compat", "rand", "appservice-api-c", "client-api", "federation-api", "push-gateway-api-c", "state-res", "unstable-msc2448", "unstable-msc3575", "unstable-exhaustive-types", "ring-compat", "unstable-unspecified", "unstable-msc2870", "unstable-msc3061", "unstable-msc2867", "unstable-extensible-events"] } -ruma = { git = "https://github.com/girlbossceo/ruma", rev = "4899da4c0faf59d2394a86354b81a87a21ae3fcb", features = ["compat", "rand", "appservice-api-c", "client-api", "federation-api", "push-gateway-api-c", "state-res", "unstable-msc2448", "unstable-msc3575", "unstable-exhaustive-types", "ring-compat", "unstable-unspecified", "unstable-msc2870", "unstable-msc3061", "unstable-msc2867", "unstable-extensible-events"] } +ruma = { git = "https://github.com/girlbossceo/ruma", rev = "13b8386812679b33235c68fa1ec0b50c4647d05a", features = ["compat", "rand", "appservice-api-c", "client-api", "federation-api", "push-gateway-api-c", "state-res", "unstable-msc2448", "unstable-msc3575", "unstable-exhaustive-types", "ring-compat", "unstable-unspecified", "unstable-msc2870", "unstable-msc3061", "unstable-msc2867", "unstable-extensible-events"] } #ruma = { path = "../ruma/crates/ruma", features = ["compat", "rand", "appservice-api-c", "client-api", "federation-api", "push-gateway-api-c", "state-res", "unstable-msc2448", "unstable-msc3575", "unstable-exhaustive-types", "ring-compat", "unstable-unspecified" ] } # Async runtime and utilities