From 587c5b05b1eb4875e6de96ac358938fa082b30b2 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 12 May 2023 11:36:49 +0200 Subject: [PATCH] Upgrade UniFFI --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8d2a96c6..d987f84fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5478,7 +5478,7 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "uniffi" version = "0.23.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=75b9df455d1b67d25291c09634ff22160e4abcbf#75b9df455d1b67d25291c09634ff22160e4abcbf" +source = "git+https://github.com/mozilla/uniffi-rs?rev=f243005ee79c1f3f39b63ba0d722f011f90fff46#f243005ee79c1f3f39b63ba0d722f011f90fff46" dependencies = [ "anyhow", "camino", @@ -5499,7 +5499,7 @@ dependencies = [ [[package]] name = "uniffi_bindgen" version = "0.23.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=75b9df455d1b67d25291c09634ff22160e4abcbf#75b9df455d1b67d25291c09634ff22160e4abcbf" +source = "git+https://github.com/mozilla/uniffi-rs?rev=f243005ee79c1f3f39b63ba0d722f011f90fff46#f243005ee79c1f3f39b63ba0d722f011f90fff46" dependencies = [ "anyhow", "askama", @@ -5521,7 +5521,7 @@ dependencies = [ [[package]] name = "uniffi_build" version = "0.23.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=75b9df455d1b67d25291c09634ff22160e4abcbf#75b9df455d1b67d25291c09634ff22160e4abcbf" +source = "git+https://github.com/mozilla/uniffi-rs?rev=f243005ee79c1f3f39b63ba0d722f011f90fff46#f243005ee79c1f3f39b63ba0d722f011f90fff46" dependencies = [ "anyhow", "camino", @@ -5531,7 +5531,7 @@ dependencies = [ [[package]] name = "uniffi_checksum_derive" version = "0.23.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=75b9df455d1b67d25291c09634ff22160e4abcbf#75b9df455d1b67d25291c09634ff22160e4abcbf" +source = "git+https://github.com/mozilla/uniffi-rs?rev=f243005ee79c1f3f39b63ba0d722f011f90fff46#f243005ee79c1f3f39b63ba0d722f011f90fff46" dependencies = [ "quote", "syn 1.0.109", @@ -5540,7 +5540,7 @@ dependencies = [ [[package]] name = "uniffi_core" version = "0.23.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=75b9df455d1b67d25291c09634ff22160e4abcbf#75b9df455d1b67d25291c09634ff22160e4abcbf" +source = "git+https://github.com/mozilla/uniffi-rs?rev=f243005ee79c1f3f39b63ba0d722f011f90fff46#f243005ee79c1f3f39b63ba0d722f011f90fff46" dependencies = [ "anyhow", "bytes", @@ -5555,7 +5555,7 @@ dependencies = [ [[package]] name = "uniffi_macros" version = "0.23.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=75b9df455d1b67d25291c09634ff22160e4abcbf#75b9df455d1b67d25291c09634ff22160e4abcbf" +source = "git+https://github.com/mozilla/uniffi-rs?rev=f243005ee79c1f3f39b63ba0d722f011f90fff46#f243005ee79c1f3f39b63ba0d722f011f90fff46" dependencies = [ "bincode", "camino", @@ -5573,7 +5573,7 @@ dependencies = [ [[package]] name = "uniffi_meta" version = "0.23.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=75b9df455d1b67d25291c09634ff22160e4abcbf#75b9df455d1b67d25291c09634ff22160e4abcbf" +source = "git+https://github.com/mozilla/uniffi-rs?rev=f243005ee79c1f3f39b63ba0d722f011f90fff46#f243005ee79c1f3f39b63ba0d722f011f90fff46" dependencies = [ "anyhow", "bytes", @@ -5586,7 +5586,7 @@ dependencies = [ [[package]] name = "uniffi_testing" version = "0.23.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=75b9df455d1b67d25291c09634ff22160e4abcbf#75b9df455d1b67d25291c09634ff22160e4abcbf" +source = "git+https://github.com/mozilla/uniffi-rs?rev=f243005ee79c1f3f39b63ba0d722f011f90fff46#f243005ee79c1f3f39b63ba0d722f011f90fff46" dependencies = [ "anyhow", "camino", @@ -5896,7 +5896,7 @@ dependencies = [ [[package]] name = "weedle2" version = "4.0.0" -source = "git+https://github.com/mozilla/uniffi-rs?rev=75b9df455d1b67d25291c09634ff22160e4abcbf#75b9df455d1b67d25291c09634ff22160e4abcbf" +source = "git+https://github.com/mozilla/uniffi-rs?rev=f243005ee79c1f3f39b63ba0d722f011f90fff46#f243005ee79c1f3f39b63ba0d722f011f90fff46" dependencies = [ "nom", ] diff --git a/Cargo.toml b/Cargo.toml index 2887e1d6b..7bfaf3fe1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,8 +44,8 @@ thiserror = "1.0.38" tokio = { version = "1.24", default-features = false, features = ["sync"] } tracing = { version = "0.1.36", default-features = false, features = ["std"] } tracing-core = "0.1.30" -uniffi = { git = "https://github.com/mozilla/uniffi-rs", rev = "75b9df455d1b67d25291c09634ff22160e4abcbf" } -uniffi_bindgen = { git = "https://github.com/mozilla/uniffi-rs", rev = "75b9df455d1b67d25291c09634ff22160e4abcbf" } +uniffi = { git = "https://github.com/mozilla/uniffi-rs", rev = "f243005ee79c1f3f39b63ba0d722f011f90fff46" } +uniffi_bindgen = { git = "https://github.com/mozilla/uniffi-rs", rev = "f243005ee79c1f3f39b63ba0d722f011f90fff46" } vodozemac = { git = "https://github.com/matrix-org/vodozemac", rev = "195ae1c9112fd602358b3373dc662573707e57e5" } zeroize = "1.3.0"