Skip to content

Commit e75fb0b

Browse files
chore(deps): 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.17) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f30d11c commit e75fb0b

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
@@ -40,7 +40,7 @@ serde_ipld_dagjson = "0.2.0"
4040
signature = "2.2"
4141
test-log = "0.2.17"
4242
testresult = "0.4.1"
43-
thiserror = "1.0"
43+
thiserror = "2.0"
4444
tracing = "0.1.41"
4545

4646
[workspace.lints.rust]

0 commit comments

Comments
 (0)