From b8c4d6b1576f4bb65de175f097cec973681db402 Mon Sep 17 00:00:00 2001 From: strawberry <strawberry@puppygock.gay> Date: Sun, 28 Apr 2024 22:37:06 -0400 Subject: [PATCH] bump ruma Signed-off-by: strawberry <strawberry@puppygock.gay> --- Cargo.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 446bec499..9b45b7c2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2704,7 +2704,7 @@ dependencies = [ [[package]] name = "ruma" version = "0.9.4" -source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#7136799881d0fcb18aad26c3dac18a34a1f892fc" +source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#cab4d5e18f92d6a755b52eb749782d9bf56faede" dependencies = [ "assign", "js_int", @@ -2724,7 +2724,7 @@ dependencies = [ [[package]] name = "ruma-appservice-api" version = "0.9.0" -source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#7136799881d0fcb18aad26c3dac18a34a1f892fc" +source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#cab4d5e18f92d6a755b52eb749782d9bf56faede" dependencies = [ "js_int", "ruma-common", @@ -2736,7 +2736,7 @@ dependencies = [ [[package]] name = "ruma-client-api" version = "0.17.4" -source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#7136799881d0fcb18aad26c3dac18a34a1f892fc" +source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#cab4d5e18f92d6a755b52eb749782d9bf56faede" dependencies = [ "as_variant", "assign", @@ -2758,7 +2758,7 @@ dependencies = [ [[package]] name = "ruma-common" version = "0.12.1" -source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#7136799881d0fcb18aad26c3dac18a34a1f892fc" +source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#cab4d5e18f92d6a755b52eb749782d9bf56faede" dependencies = [ "as_variant", "base64 0.21.7", @@ -2788,7 +2788,7 @@ dependencies = [ [[package]] name = "ruma-events" version = "0.27.11" -source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#7136799881d0fcb18aad26c3dac18a34a1f892fc" +source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#cab4d5e18f92d6a755b52eb749782d9bf56faede" dependencies = [ "as_variant", "indexmap 2.2.6", @@ -2810,7 +2810,7 @@ dependencies = [ [[package]] name = "ruma-federation-api" version = "0.8.0" -source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#7136799881d0fcb18aad26c3dac18a34a1f892fc" +source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#cab4d5e18f92d6a755b52eb749782d9bf56faede" dependencies = [ "js_int", "ruma-common", @@ -2822,7 +2822,7 @@ dependencies = [ [[package]] name = "ruma-identifiers-validation" version = "0.9.3" -source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#7136799881d0fcb18aad26c3dac18a34a1f892fc" +source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#cab4d5e18f92d6a755b52eb749782d9bf56faede" dependencies = [ "js_int", "thiserror", @@ -2831,7 +2831,7 @@ dependencies = [ [[package]] name = "ruma-identity-service-api" version = "0.8.0" -source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#7136799881d0fcb18aad26c3dac18a34a1f892fc" +source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#cab4d5e18f92d6a755b52eb749782d9bf56faede" dependencies = [ "js_int", "ruma-common", @@ -2841,7 +2841,7 @@ dependencies = [ [[package]] name = "ruma-macros" version = "0.12.0" -source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#7136799881d0fcb18aad26c3dac18a34a1f892fc" +source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#cab4d5e18f92d6a755b52eb749782d9bf56faede" dependencies = [ "once_cell", "proc-macro-crate", @@ -2856,7 +2856,7 @@ dependencies = [ [[package]] name = "ruma-push-gateway-api" version = "0.8.0" -source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#7136799881d0fcb18aad26c3dac18a34a1f892fc" +source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#cab4d5e18f92d6a755b52eb749782d9bf56faede" dependencies = [ "js_int", "ruma-common", @@ -2868,7 +2868,7 @@ dependencies = [ [[package]] name = "ruma-signatures" version = "0.14.0" -source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#7136799881d0fcb18aad26c3dac18a34a1f892fc" +source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#cab4d5e18f92d6a755b52eb749782d9bf56faede" dependencies = [ "base64 0.21.7", "ed25519-dalek", @@ -2884,7 +2884,7 @@ dependencies = [ [[package]] name = "ruma-state-res" version = "0.10.0" -source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#7136799881d0fcb18aad26c3dac18a34a1f892fc" +source = "git+https://github.com/girlbossceo/ruma?branch=conduwuit-changes#cab4d5e18f92d6a755b52eb749782d9bf56faede" dependencies = [ "itertools 0.11.0", "js_int", -- GitLab