mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): bump ethers + ethereum types + revm (#228)
* chore(deps): bump ethers + ethereum types * bump revm * chore(clippy): make clippy happy
This commit is contained in:
@ -20,7 +20,7 @@ reth-codecs = { version = "0.1.0", path = "../codecs" }
|
||||
ethers-core = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
|
||||
parity-scale-codec = { version = "3.2.1", features = ["derive", "bytes"] }
|
||||
tiny-keccak = { version = "2.0", features = ["keccak"] }
|
||||
ethbloom = { version = "0.12", features = ["codec"] }
|
||||
ethbloom = { version = "0.13", features = ["codec"] }
|
||||
|
||||
# crypto
|
||||
secp256k1 = { version = "0.24.0", default-features = false, features = [
|
||||
|
||||
Reference in New Issue
Block a user