Skip to content

Commit 70dcfee

Browse files
chore(deps): bump thiserror to 2.0
1 parent 50e9b1b commit 70dcfee

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 @@ rand_core = { version = "0.6", default-features = false }
4040
sha2 = { version = "0.10", default-features = false }
4141
sha3 = { version = "0.10", default-features = false }
4242
thiserror-nostd-notrait = { version = "1.0", default-features = false }
43-
thiserror = { version = "1.0", default-features = false } # TODO: https://github.com/ZcashFoundation/frost/issues/768
43+
thiserror = { version = "2.0", default-features = false } # TODO: https://github.com/ZcashFoundation/frost/issues/768
4444

4545
roast-core = { path = "roast-core", default-features = false }
4646
roast-ed25519 = { path = "roast-ed25519", default-features = false }

0 commit comments

Comments
 (0)