Skip to content

Commit 701e0b1

Browse files
authored
Merge pull request #154 from lucab/dependabot/cargo/thiserror-tw-2.0
build(deps): update thiserror requirement from ^1.0 to ^2.0
2 parents 8d76eee + 3b02b53 commit 701e0b1

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.29", 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)