Skip to content

Commit 1684204

Browse files
chore(deps): update thiserror requirement from 1.0.38 to 2.0.3
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.38...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba976b0 commit 1684204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rockusb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bytes = "1.4.0"
1919
crc = "3.0.1"
2020
fastrand = "2"
2121
num_enum = "0.7"
22-
thiserror = "1.0.38"
22+
thiserror = "2.0.3"
2323
rusb = { version = "0.9.4", optional = true }
2424
nusb = { version = "0.1.10", optional = true }
2525
futures = { version = "0.3.31", optional = true }

0 commit comments

Comments
 (0)