From f3a0eab82ee9b29f8e81d66e4c262507f97aa31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Djema=C3=AF?= <53857555+SamyDjemai@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:37:16 +0100 Subject: [PATCH] chore: upgrade uniffi-rs to latest commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Samy Djemaï <53857555+SamyDjemai@users.noreply.github.com> --- Cargo.lock | 38 +++++++++++++++++++------------------- Cargo.toml | 17 +++++++++++++---- 2 files changed, 32 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 716a8444889..6ada81b6c5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6289,8 +6289,8 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "uniffi" -version = "0.26.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=0a5e2eb5760b4ce5549021ec91de546716de8db1#0a5e2eb5760b4ce5549021ec91de546716de8db1" +version = "0.26.1" +source = "git+https://github.com/mozilla/uniffi-rs?rev=789a9023b522562a95618443cee5a0d4f111c4c7#789a9023b522562a95618443cee5a0d4f111c4c7" dependencies = [ "anyhow", "camino", @@ -6310,8 +6310,8 @@ dependencies = [ [[package]] name = "uniffi_bindgen" -version = "0.26.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=0a5e2eb5760b4ce5549021ec91de546716de8db1#0a5e2eb5760b4ce5549021ec91de546716de8db1" +version = "0.26.1" +source = "git+https://github.com/mozilla/uniffi-rs?rev=789a9023b522562a95618443cee5a0d4f111c4c7#789a9023b522562a95618443cee5a0d4f111c4c7" dependencies = [ "anyhow", "askama", @@ -6334,8 +6334,8 @@ dependencies = [ [[package]] name = "uniffi_build" -version = "0.26.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=0a5e2eb5760b4ce5549021ec91de546716de8db1#0a5e2eb5760b4ce5549021ec91de546716de8db1" +version = "0.26.1" +source = "git+https://github.com/mozilla/uniffi-rs?rev=789a9023b522562a95618443cee5a0d4f111c4c7#789a9023b522562a95618443cee5a0d4f111c4c7" dependencies = [ "anyhow", "camino", @@ -6344,8 +6344,8 @@ dependencies = [ [[package]] name = "uniffi_checksum_derive" -version = "0.26.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=0a5e2eb5760b4ce5549021ec91de546716de8db1#0a5e2eb5760b4ce5549021ec91de546716de8db1" +version = "0.26.1" +source = "git+https://github.com/mozilla/uniffi-rs?rev=789a9023b522562a95618443cee5a0d4f111c4c7#789a9023b522562a95618443cee5a0d4f111c4c7" dependencies = [ "quote", "syn 2.0.48", @@ -6353,8 +6353,8 @@ dependencies = [ [[package]] name = "uniffi_core" -version = "0.26.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=0a5e2eb5760b4ce5549021ec91de546716de8db1#0a5e2eb5760b4ce5549021ec91de546716de8db1" +version = "0.26.1" +source = "git+https://github.com/mozilla/uniffi-rs?rev=789a9023b522562a95618443cee5a0d4f111c4c7#789a9023b522562a95618443cee5a0d4f111c4c7" dependencies = [ "anyhow", "async-compat", @@ -6369,8 +6369,8 @@ dependencies = [ [[package]] name = "uniffi_macros" -version = "0.26.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=0a5e2eb5760b4ce5549021ec91de546716de8db1#0a5e2eb5760b4ce5549021ec91de546716de8db1" +version = "0.26.1" +source = "git+https://github.com/mozilla/uniffi-rs?rev=789a9023b522562a95618443cee5a0d4f111c4c7#789a9023b522562a95618443cee5a0d4f111c4c7" dependencies = [ "bincode", "camino", @@ -6387,8 +6387,8 @@ dependencies = [ [[package]] name = "uniffi_meta" -version = "0.26.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=0a5e2eb5760b4ce5549021ec91de546716de8db1#0a5e2eb5760b4ce5549021ec91de546716de8db1" +version = "0.26.1" +source = "git+https://github.com/mozilla/uniffi-rs?rev=789a9023b522562a95618443cee5a0d4f111c4c7#789a9023b522562a95618443cee5a0d4f111c4c7" dependencies = [ "anyhow", "bytes", @@ -6398,8 +6398,8 @@ dependencies = [ [[package]] name = "uniffi_testing" -version = "0.26.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=0a5e2eb5760b4ce5549021ec91de546716de8db1#0a5e2eb5760b4ce5549021ec91de546716de8db1" +version = "0.26.1" +source = "git+https://github.com/mozilla/uniffi-rs?rev=789a9023b522562a95618443cee5a0d4f111c4c7#789a9023b522562a95618443cee5a0d4f111c4c7" dependencies = [ "anyhow", "camino", @@ -6410,8 +6410,8 @@ dependencies = [ [[package]] name = "uniffi_udl" -version = "0.26.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=0a5e2eb5760b4ce5549021ec91de546716de8db1#0a5e2eb5760b4ce5549021ec91de546716de8db1" +version = "0.26.1" +source = "git+https://github.com/mozilla/uniffi-rs?rev=789a9023b522562a95618443cee5a0d4f111c4c7#789a9023b522562a95618443cee5a0d4f111c4c7" dependencies = [ "anyhow", "textwrap", @@ -6716,7 +6716,7 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "weedle2" version = "5.0.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=0a5e2eb5760b4ce5549021ec91de546716de8db1#0a5e2eb5760b4ce5549021ec91de546716de8db1" +source = "git+https://github.com/mozilla/uniffi-rs?rev=789a9023b522562a95618443cee5a0d4f111c4c7#789a9023b522562a95618443cee5a0d4f111c4c7" dependencies = [ "nom", ] diff --git a/Cargo.toml b/Cargo.toml index 48ca124dd60..1269865a1ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,11 +33,20 @@ eyeball-im = { version = "0.4.1", features = ["tracing"] } eyeball-im-util = "0.5.1" futures-core = "0.3.28" futures-executor = "0.3.21" -futures-util = { version = "0.3.26", default-features = false, features = ["alloc"] } +futures-util = { version = "0.3.26", default-features = false, features = [ + "alloc", +] } http = "0.2.6" imbl = "2.0.0" itertools = "0.12.0" -ruma = { git = "https://github.com/ruma/ruma", rev = "b2542df2bbbdf09af0612c9f28bcfa5620e1911c", features = ["client-api-c", "compat-upload-signatures", "compat-user-id", "compat-arbitrary-length-ids", "compat-tag-info", "unstable-msc3401"] } +ruma = { git = "https://github.com/ruma/ruma", rev = "b2542df2bbbdf09af0612c9f28bcfa5620e1911c", features = [ + "client-api-c", + "compat-upload-signatures", + "compat-user-id", + "compat-arbitrary-length-ids", + "compat-tag-info", + "unstable-msc3401", +] } ruma-common = { git = "https://github.com/ruma/ruma", rev = "b2542df2bbbdf09af0612c9f28bcfa5620e1911c" } once_cell = "1.16.0" rand = "0.8.5" @@ -51,8 +60,8 @@ tokio = { version = "1.30.0", default-features = false, features = ["sync"] } tokio-stream = "0.1.14" tracing = { version = "0.1.40", default-features = false, features = ["std"] } tracing-core = "0.1.32" -uniffi = { git = "https://github.com/mozilla/uniffi-rs", rev = "0a5e2eb5760b4ce5549021ec91de546716de8db1" } -uniffi_bindgen = { git = "https://github.com/mozilla/uniffi-rs", rev = "0a5e2eb5760b4ce5549021ec91de546716de8db1" } +uniffi = { git = "https://github.com/mozilla/uniffi-rs", rev = "789a9023b522562a95618443cee5a0d4f111c4c7" } +uniffi_bindgen = { git = "https://github.com/mozilla/uniffi-rs", rev = "789a9023b522562a95618443cee5a0d4f111c4c7" } vodozemac = "0.5.1" zeroize = "1.6.0"