Skip to content

Commit 19b3a74

Browse files
Chore(deps): Update alloy-evm requirement from 0.8 to 0.9
Updates the requirements on [alloy-evm](https://github.com/alloy-rs/alloy-evm) to permit the latest version. - [Changelog](https://github.com/alloy-rs/evm/blob/main/CHANGELOG.md) - [Commits](alloy-rs/evm@v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: alloy-evm dependency-version: 0.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2507a89 commit 19b3a74

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
@@ -26,7 +26,7 @@ risc0-zkvm = { git = "https://github.com/risc0/risc0", branch = "main", default-
2626
# Alloy guest dependencies
2727
alloy-consensus = { version = "1.0" }
2828
alloy-eips = { version = "1.0" }
29-
alloy-evm = { version = "0.8" }
29+
alloy-evm = { version = "0.10" }
3030
alloy-rlp = { version = "0.3.8" }
3131
alloy-primitives = { version = "1.0" }
3232
alloy-rpc-types = { version = "1.0" }

0 commit comments

Comments
 (0)