Skip to content

Commit

Permalink
chore: bump to newest revm and c-kzg v0.4.0 (#5248)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored Oct 31, 2023
1 parent 9ca44ef commit 7fd0df2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ reth-ecies = { path = "./crates/net/ecies" }
reth-tracing = { path = "./crates/tracing" }
reth-tokio-util = { path = "crates/tokio-util" }
# revm
revm = { git = "https://github.com/bluealloy/revm", rev = "0d78d1eb304a2ce41ddac8f03206f5a316af247b" }
revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "0d78d1eb304a2ce41ddac8f03206f5a316af247b" }
revm = { git = "https://github.com/bluealloy/revm", rev = "1609e07c68048909ad1682c98cf2b9baa76310b5" }
revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "1609e07c68048909ad1682c98cf2b9baa76310b5" }

## eth
alloy-primitives = "0.4"
Expand Down Expand Up @@ -179,7 +179,7 @@ secp256k1 = { version = "0.27.0", default-features = false, features = [
] }
enr = { version = "0.9", default-features = false, features = ["k256"] }
# for eip-4844
c-kzg = "0.1.1"
c-kzg = "0.4.0"

## config
confy = "0.5"
Expand Down

0 comments on commit 7fd0df2

Please sign in to comment.