From 965f1c4c9403e14df92e658790e1195bd9338baa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:59:37 +0000 Subject: [PATCH] chore(deps): update thiserror requirement from 1.0.38 to 2.0.7 Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.38...2.0.7) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rockusb/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rockusb/Cargo.toml b/rockusb/Cargo.toml index 6446731..b72021e 100644 --- a/rockusb/Cargo.toml +++ b/rockusb/Cargo.toml @@ -19,7 +19,7 @@ bytes = "1.4.0" crc = "3.0.1" fastrand = "2" num_enum = "0.7" -thiserror = "1.0.38" +thiserror = "2.0.7" rusb = { version = "0.9.4", optional = true } nusb = { version = "0.1.10", optional = true } futures = { version = "0.3.31", optional = true }