Skip to content

Commit c53a687

Browse files
authored
Merge pull request #3 from doublegate/dependabot/cargo/thiserror-2.0
deps(deps): Update thiserror requirement from 1.0 to 2.0
2 parents eb756bd + ec67bca commit c53a687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ proptest = "1.4"
7676
criterion = "0.5"
7777

7878
# Error handling
79-
thiserror = "1.0"
79+
thiserror = "2.0"
8080
anyhow = "1.0"
8181

8282
[profile.release]

0 commit comments

Comments
 (0)