From 9505ef0204c184c22f7abdc4fc642bbe1f13321b Mon Sep 17 00:00:00 2001 From: G2-Games Date: Sun, 9 Mar 2025 22:54:22 -0500 Subject: [PATCH] Updated dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2dbb1b9..8476afb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,16 +11,16 @@ keywords = ["usb", "wasm", "web-usb", "webusb"] categories = ["wasm", "web-programming", "hardware-support"] readme = "README.md" license = "MIT" -edition = "2021" +edition = "2024" [lib] crate-type = ["cdylib", "rlib"] [dependencies] -thiserror = "1.0" +thiserror = "2.0" [dev-dependencies] -tokio-test = "0.4.3" +tokio-test = "0.4" # Wasm deps [target.'cfg(target_family = "wasm")'.dependencies]