Skip to content

Commit 5abeb84

Browse files
build(deps): update thiserror requirement from 1.0.29 to 2.0.3 (#771)
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.29...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95e1641 commit 5abeb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frost-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rand_core = { version = "0.6", default-features = false }
3333
serde = { version = "1.0.160", default-features = false, features = ["derive"], optional = true }
3434
serdect = { version = "0.2.0", optional = true }
3535
thiserror-nostd-notrait = { version = "1.0.29", default-features = false }
36-
thiserror = { version = "1.0.29", default-features = false, optional = true }
36+
thiserror = { version = "2.0.3", default-features = false, optional = true }
3737
visibility = "0.1.0"
3838
zeroize = { version = "1.5.4", default-features = false, features = ["derive"] }
3939
itertools = { version = "0.13.0", default-features = false }

0 commit comments

Comments
 (0)