From ee91833818a87ae0fe6ee82cc0cf806b7a5c8002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:00:43 +0000 Subject: [PATCH] chore(deps): update thiserror requirement from 1.0.38 to 2.0.6 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.6) --- 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..43b8c02 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.6" rusb = { version = "0.9.4", optional = true } nusb = { version = "0.1.10", optional = true } futures = { version = "0.3.31", optional = true }