Skip to content

Commit 3b02b53

Browse files
build(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.12) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc28c85 commit 3b02b53

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
@@ -24,7 +24,7 @@ nix = { version = "^0.27", default-features = false, features = ["dir", "fs", "s
2424
nom = "7"
2525
serde = { version = "^1.0.91", features = ["derive"] }
2626
sha2 = "^0.10"
27-
thiserror = "^1.0"
27+
thiserror = "^2.0"
2828
uuid = { version = "^1.0", features = ["serde"] }
2929
once_cell = "^1.8"
3030

0 commit comments

Comments
 (0)