From 3a98f353f42ea515b3f30cfde95cc02db325b6bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 09:53:02 +0000 Subject: [PATCH] Bump uniffi from 0.25.0 to 0.25.1 Bumps [uniffi](https://github.com/mozilla/uniffi-rs) from 0.25.0 to 0.25.1. - [Changelog](https://github.com/mozilla/uniffi-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/mozilla/uniffi-rs/compare/v0.25.0...v0.25.1) --- updated-dependencies: - dependency-name: uniffi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 36 ++++++++++++++++++------------------ Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1dcdcdd9..4d4d6295 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4252,9 +4252,9 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "uniffi" -version = "0.25.0" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f8995f4440e0e8e27435016e2bdec264445a830a3af91a40fe3ba34b69075c5" +checksum = "6ba05e3479d824a75256ab5fd7d9cd957f3f19a14e2517546a1ca072a3443bf8" dependencies = [ "anyhow", "uniffi_core", @@ -4263,9 +4263,9 @@ dependencies = [ [[package]] name = "uniffi_bindgen" -version = "0.25.0" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb3dfb794733803cdfeff4c09cb4e2bcecb91df6928343a18c8ee679a5772a4" +checksum = "2f0ab1d77f56b0a0f8e9649975a37cee762e97d20630935c3b47779b1d77efd7" dependencies = [ "anyhow", "askama", @@ -4286,9 +4286,9 @@ dependencies = [ [[package]] name = "uniffi_build" -version = "0.25.0" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2334eb7cf951fb80e4883593ac8d4f09f4df522f7703fc929ae34af2cf9487b" +checksum = "170621ba52f1917a6f2f78efb6a023b917ebc95c0194d533b3e1ee71a7e1f12f" dependencies = [ "anyhow", "camino", @@ -4297,9 +4297,9 @@ dependencies = [ [[package]] name = "uniffi_checksum_derive" -version = "0.25.0" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "819bd46e5afff09738fbd493e58c26dca0b38bca8f206ffc9a7bc2dfd7e1c11d" +checksum = "a189b3bbfdae832dd294befc8c871629833fbe283d89796960768b3e8d5684c8" dependencies = [ "quote", "syn 2.0.37", @@ -4307,9 +4307,9 @@ dependencies = [ [[package]] name = "uniffi_core" -version = "0.25.0" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "883166644d32c2e5c615c7917c8065eee1dd6ce00286b57d5ac0b362a0790422" +checksum = "dcd51aa85d355ce985c6e0c95b1340516b0fe565fb357845143aa29d02c8dda0" dependencies = [ "anyhow", "bytes", @@ -4323,9 +4323,9 @@ dependencies = [ [[package]] name = "uniffi_macros" -version = "0.25.0" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44b8de841c6b746e03e59b8476b2fa265c52f10cdad24906ec32503efe9a2421" +checksum = "c4cb09cd1e2ede4a35186d1a6491a0376ab9d74f64194ebeb9b640cfd546377d" dependencies = [ "bincode", "camino", @@ -4342,9 +4342,9 @@ dependencies = [ [[package]] name = "uniffi_meta" -version = "0.25.0" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dc021ae8f8c12f69022f1502537687df59045e1c16f5d1eafdb657ecdb7cdf1" +checksum = "afeeb9cc3b701cc84762e888a49366737e0487229abd298dd7f58ae58f7692e5" dependencies = [ "anyhow", "bytes", @@ -4354,9 +4354,9 @@ dependencies = [ [[package]] name = "uniffi_testing" -version = "0.25.0" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40fe383aca04dfbdf6a5039a9e76bb21ebb13e03e38cf1459f17c62eedee7b6c" +checksum = "c60675fcc9ba5264a0c12ced2332e4b9203e5f1a8d1134cb72ffca6a048ea886" dependencies = [ "anyhow", "camino", @@ -4367,9 +4367,9 @@ dependencies = [ [[package]] name = "uniffi_udl" -version = "0.25.0" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6040dd1410fcb1a2795ef426f698107c12e295cc11e44a2b040934f786a35d82" +checksum = "9e9c5950c95166692ca50ec77d5c9c026c9ccf83cfab563882f3df61502e211d" dependencies = [ "anyhow", "uniffi_meta", diff --git a/Cargo.toml b/Cargo.toml index b4641169..4dd6e408 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ serde = { version = "1.0", features = ["derive"]} simplelog = { version = "0.12.0" } thiserror = "1.0.50" tokio = { version = "1.33.0", features = ["rt-multi-thread", "time", "sync"] } -uniffi = "0.25.0" +uniffi = "0.25.1" uuid = { version = "1.5.0", features = ["v5"] } # Bundle sqlite for all targets except iOS.