Skip to content

Commit cb6a3a8

Browse files
chore(deps): update thiserror requirement from 1.0.57 to 2.0.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.57...1.0.68) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 994ddab commit cb6a3a8

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
@@ -41,7 +41,7 @@ publish = false
4141
[workspace.dependencies]
4242
annotate-snippets = "0.10.0"
4343
log = "0.4.20"
44-
thiserror = "1.0.57"
44+
thiserror = "2.0.0"
4545

4646
tools = { path = "crates/tools" }
4747

0 commit comments

Comments
 (0)