Skip to content

Commit 555d19e

Browse files
Update thiserror requirement from 1.0 to 2.0
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.0...2.0.9) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d88dac commit 555d19e

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 @@ rust-version = "1.76.0"
1818
ureq = { version = "2.6", features = ["json"] }
1919
serde = { version = "1.0", features = ["derive"] }
2020
serde_json = { version = "1.0", features = ["raw_value"] }
21-
thiserror = "1.0"
21+
thiserror = "2.0"
2222

2323
[dev-dependencies]
2424
assert_matches = "1.5"

0 commit comments

Comments
 (0)