Skip to content

Commit 24ab91f

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.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a8a8007 commit 24ab91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ required-features = ["std"]
4444
[dependencies]
4545
ruint-macro = { version = "1.2.1", path = "ruint-macro" }
4646

47-
thiserror = { version = "1.0", optional = true }
47+
thiserror = { version = "2.0", optional = true }
4848

4949
# support
5050
alloy-rlp = { version = "0.3", optional = true, default-features = false }

0 commit comments

Comments
 (0)