From eb3bbed3c03711d3c9cec162032de259f7ea0e4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:11:40 +0000 Subject: [PATCH] fix(deps): update rust crate mtp-rs to 0.27.0 --- Cargo.lock | 4 ++-- apps/desktop/src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a5435b3a..85e53a190 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5487,9 +5487,9 @@ dependencies = [ [[package]] name = "mtp-rs" -version = "0.26.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ac16fa2c437e77760f1c6f34f2d15e9caf4994b08a5ac61ce46244843bb24b1" +checksum = "093ea7731e85d51235cacf24bd7817c486f2d29437a48ceea168fe848c429d6f" dependencies = [ "async-trait", "bytes", diff --git a/apps/desktop/src-tauri/Cargo.toml b/apps/desktop/src-tauri/Cargo.toml index 6826757e6..edcae3578 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -227,7 +227,7 @@ mime_guess = "2" [target.'cfg(any(target_os = "macos", target_os = "linux"))'.dependencies] # MTP (Android device) support via pure Rust implementation. -mtp-rs = "0.26.0" +mtp-rs = "0.27.0" # USB hotplug detection for MTP device watcher nusb = "0.2.3" bytes = "1"