From daa39445935df4e32dda474ae723d765ab09aff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 22 Jun 2023 12:48:58 +0200 Subject: [PATCH] Bump Ruma --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 573295230..b41629ecf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4176,7 +4176,7 @@ dependencies = [ [[package]] name = "ruma" version = "0.8.2" -source = "git+https://github.com/ruma/ruma?rev=beded100acb7cde34d5f2e67f194a25b35410f99#beded100acb7cde34d5f2e67f194a25b35410f99" +source = "git+https://github.com/ruma/ruma?rev=cf32036df4c9daca736dcd7f0d9d65debcf9897f#cf32036df4c9daca736dcd7f0d9d65debcf9897f" dependencies = [ "assign", "js_int", @@ -4191,7 +4191,7 @@ dependencies = [ [[package]] name = "ruma-appservice-api" version = "0.8.1" -source = "git+https://github.com/ruma/ruma?rev=beded100acb7cde34d5f2e67f194a25b35410f99#beded100acb7cde34d5f2e67f194a25b35410f99" +source = "git+https://github.com/ruma/ruma?rev=cf32036df4c9daca736dcd7f0d9d65debcf9897f#cf32036df4c9daca736dcd7f0d9d65debcf9897f" dependencies = [ "js_int", "ruma-common", @@ -4202,7 +4202,7 @@ dependencies = [ [[package]] name = "ruma-client-api" version = "0.16.2" -source = "git+https://github.com/ruma/ruma?rev=beded100acb7cde34d5f2e67f194a25b35410f99#beded100acb7cde34d5f2e67f194a25b35410f99" +source = "git+https://github.com/ruma/ruma?rev=cf32036df4c9daca736dcd7f0d9d65debcf9897f#cf32036df4c9daca736dcd7f0d9d65debcf9897f" dependencies = [ "assign", "bytes", @@ -4219,7 +4219,7 @@ dependencies = [ [[package]] name = "ruma-common" version = "0.11.3" -source = "git+https://github.com/ruma/ruma?rev=beded100acb7cde34d5f2e67f194a25b35410f99#beded100acb7cde34d5f2e67f194a25b35410f99" +source = "git+https://github.com/ruma/ruma?rev=cf32036df4c9daca736dcd7f0d9d65debcf9897f#cf32036df4c9daca736dcd7f0d9d65debcf9897f" dependencies = [ "base64 0.21.0", "bytes", @@ -4252,7 +4252,7 @@ dependencies = [ [[package]] name = "ruma-federation-api" version = "0.7.1" -source = "git+https://github.com/ruma/ruma?rev=beded100acb7cde34d5f2e67f194a25b35410f99#beded100acb7cde34d5f2e67f194a25b35410f99" +source = "git+https://github.com/ruma/ruma?rev=cf32036df4c9daca736dcd7f0d9d65debcf9897f#cf32036df4c9daca736dcd7f0d9d65debcf9897f" dependencies = [ "js_int", "ruma-common", @@ -4263,7 +4263,7 @@ dependencies = [ [[package]] name = "ruma-identifiers-validation" version = "0.9.1" -source = "git+https://github.com/ruma/ruma?rev=beded100acb7cde34d5f2e67f194a25b35410f99#beded100acb7cde34d5f2e67f194a25b35410f99" +source = "git+https://github.com/ruma/ruma?rev=cf32036df4c9daca736dcd7f0d9d65debcf9897f#cf32036df4c9daca736dcd7f0d9d65debcf9897f" dependencies = [ "js_int", "thiserror", @@ -4272,7 +4272,7 @@ dependencies = [ [[package]] name = "ruma-macros" version = "0.11.3" -source = "git+https://github.com/ruma/ruma?rev=beded100acb7cde34d5f2e67f194a25b35410f99#beded100acb7cde34d5f2e67f194a25b35410f99" +source = "git+https://github.com/ruma/ruma?rev=cf32036df4c9daca736dcd7f0d9d65debcf9897f#cf32036df4c9daca736dcd7f0d9d65debcf9897f" dependencies = [ "once_cell", "proc-macro-crate", @@ -4287,7 +4287,7 @@ dependencies = [ [[package]] name = "ruma-push-gateway-api" version = "0.7.1" -source = "git+https://github.com/ruma/ruma?rev=beded100acb7cde34d5f2e67f194a25b35410f99#beded100acb7cde34d5f2e67f194a25b35410f99" +source = "git+https://github.com/ruma/ruma?rev=cf32036df4c9daca736dcd7f0d9d65debcf9897f#cf32036df4c9daca736dcd7f0d9d65debcf9897f" dependencies = [ "js_int", "ruma-common", diff --git a/Cargo.toml b/Cargo.toml index 454f07c8f..aec8cd99f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,8 +35,8 @@ futures-core = "0.3.28" futures-executor = "0.3.21" futures-util = { version = "0.3.26", default-features = false, features = ["alloc"] } http = "0.2.6" -ruma = { git = "https://github.com/ruma/ruma", rev = "beded100acb7cde34d5f2e67f194a25b35410f99", features = ["client-api-c", "compat-user-id"] } -ruma-common = { git = "https://github.com/ruma/ruma", rev = "beded100acb7cde34d5f2e67f194a25b35410f99" } +ruma = { git = "https://github.com/ruma/ruma", rev = "cf32036df4c9daca736dcd7f0d9d65debcf9897f", features = ["client-api-c", "compat-user-id"] } +ruma-common = { git = "https://github.com/ruma/ruma", rev = "cf32036df4c9daca736dcd7f0d9d65debcf9897f" } once_cell = "1.16.0" serde = "1.0.151" serde_html_form = "0.2.0"