@@ -137,7 +137,7 @@ foundry-debugger = { path = "crates/debugger" }
137137# # revm
138138# no default features to avoid c-kzg
139139revm = { version = " 3" , default-features = false } #
140- revm-primitives = { version = " 1" , default-features = false }
140+ revm-primitives = { version = " 1" , default-features = false }
141141
142142# # ethers
143143ethers = { version = " 2.0" , default-features = false }
@@ -152,11 +152,10 @@ ethers-etherscan = { version = "2.0", default-features = false }
152152ethers-solc = { version = " 2.0" , default-features = false }
153153
154154# # alloy
155-
156- alloy-primitives = { version = " 0.4" , default-features = false }
157- alloy-dyn-abi = { version = " 0.4" , default-features = false }
158- alloy-json-abi = { version = " 0.4" , default-features = false }
159- alloy-sol-types = { version = " 0.4" , default-features = false }
155+ alloy-primitives = " 0.4.1"
156+ alloy-dyn-abi = " 0.4.1"
157+ alloy-json-abi = " 0.4.1"
158+ alloy-sol-types = " 0.4.1"
160159
161160solang-parser = " =0.3.2"
162161
@@ -195,8 +194,3 @@ ethers-solc = { git = "https://github.com/gakonst/ethers-rs" }
195194# revm-interpreter = { git = "https://github.com/bluealloy/revm/", branch = "main" }
196195# revm-precompile = { git = "https://github.com/bluealloy/revm/", branch = "main" }
197196# revm-primitives = { git = "https://github.com/bluealloy/revm/", branch = "main" }
198-
199- alloy-dyn-abi = { git = " https://github.com/alloy-rs/core/" , branch = " main" }
200- alloy-primitives = { git = " https://github.com/alloy-rs/core/" , branch = " main" }
201- alloy-json-abi = { git = " https://github.com/alloy-rs/core/" , branch = " main" }
202- alloy-sol-types = { git = " https://github.com/alloy-rs/core/" , branch = " main" }
0 commit comments