Skip to content

Commit a8a1ea9

Browse files
Update thiserror requirement from 1.0.2 to 2.0.9
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.2...2.0.9) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d472559 commit a8a1ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ bitflags = "2"
1818
com = { version = "0.6", features = ["production"] }
1919
# libloading 0.8 switches from `winapi` to `windows-sys`; permit either
2020
libloading = ">=0.7,<0.9"
21-
thiserror = "1.0.2"
21+
thiserror = "2.0.9"
2222
widestring = "1"
2323

2424
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)