Skip to content

Commit

Permalink
chore(evm): update deps (#744)
Browse files Browse the repository at this point in the history
* bump deps

* empty commit
  • Loading branch information
oXtxNt9U authored Oct 29, 2024
1 parent 48e2cfb commit 718ef1c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 48 deletions.
76 changes: 29 additions & 47 deletions packages/evm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bincode = { version = "1.3.3" }
ethers-contract = { version = "2.0.13" }
ethers-core = { version = "2.0.13" }
ethers-providers = { version = "2.0.13" }
revm = { version = "14.0.3", features = ["ethersdb", "serde", "serde-json"] }
revm = { version = "17.1.0", features = ["ethersdb", "serde", "serde-json"] }
alloy-sol-types = { version = "0.8.5", default-features = false, features = [
"std",
] }
Expand Down

0 comments on commit 718ef1c

Please sign in to comment.