diff --git a/Cargo.toml b/Cargo.toml index 2c5141b..6f34b1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,8 +23,11 @@ clippy.lint_groups_priority = "allow" # eth alloy-sol-types = "0.7" alloy-primitives = "0.7" -alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "6cb3713", features = ["eth", "trace"] } -revm = { version = "9.0", git = "https://github.com/bluealloy/revm.git", rev = "8f4c153", default-features = false, features = [ +alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "6cb3713", features = [ + "eth", + "trace", +] } +revm = { version = "9.0", git = "https://github.com/bluealloy/revm.git", rev = "dd98b3b", default-features = false, features = [ "std", ] }