From 6d5992b19fd1eee12ef312f02c849b2a88a64595 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 01:23:58 +0000 Subject: [PATCH] deps(rust-core): Update uniffi requirement Updates the requirements on [uniffi](https://github.com/mozilla/uniffi-rs) to permit the latest version. Updates `uniffi` to 0.32.0 - [Changelog](https://github.com/mozilla/uniffi-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/mozilla/uniffi-rs/compare/v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: uniffi dependency-version: 0.32.0 dependency-type: direct:production dependency-group: rust-core ... Signed-off-by: dependabot[bot] --- rust/letterbox-core/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/letterbox-core/Cargo.toml b/rust/letterbox-core/Cargo.toml index 892c418..3c759de 100644 --- a/rust/letterbox-core/Cargo.toml +++ b/rust/letterbox-core/Cargo.toml @@ -14,12 +14,12 @@ path = "uniffi-bindgen.rs" [dependencies] thiserror = "2.0.18" mail-parser = "0.11.1" -uniffi = { version = "0.31.0", features = ["cli"] } +uniffi = { version = "0.32.0", features = ["cli"] } scraper = "0.27.0" url = "2.5.8" [build-dependencies] -uniffi = { version = "0.31.0", features = ["build"] } +uniffi = { version = "0.32.0", features = ["build"] } [dev-dependencies] once_cell = "1.21.3"