From 0736f5dc977486f94298bcc11093e2bdaf875ce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 18:05:29 +0000 Subject: [PATCH] chore(deps): bump nusb in /src-tauri in the minor-and-patch group Bumps the minor-and-patch group in /src-tauri with 1 update: [nusb](https://github.com/kevinmehall/nusb). Updates `nusb` from 0.2.5 to 0.2.6 - [Release notes](https://github.com/kevinmehall/nusb/releases) - [Commits](https://github.com/kevinmehall/nusb/compare/v0.2.5...v0.2.6) --- updated-dependencies: - dependency-name: nusb dependency-version: 0.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 46cb36a9..ba803b53 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2503,20 +2503,24 @@ dependencies = [ [[package]] name = "nusb" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf1553b6f47685e4c658b2100a6d7262abdc73cb97f423453546ca020155ae9" +checksum = "36a27f8bd2cea8b09029d2d3fa51e7aed1040c76e35a9a77de38d587849b0179" dependencies = [ "core-foundation 0.10.1", "core-foundation-sys", "futures-core", "io-kit-sys", + "js-sys", "linux-raw-sys", "log", "once_cell", "rustix", "slab", "tokio", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", "windows-sys 0.61.2", ]