Skip to content

Commit 721a041

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.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9480456 commit 721a041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sv-parser-error/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ doctest = false
1717
tag = false
1818

1919
[dependencies]
20-
thiserror = "1.0"
20+
thiserror = "2.0"

0 commit comments

Comments
 (0)