@@ -205,7 +205,7 @@ foundry-linking = { path = "crates/linking" }
205205# solc & compilation utilities
206206foundry-block-explorers = { version = " 0.20.0" , default-features = false }
207207foundry-compilers = { version = " 0.18.2" , default-features = false }
208- foundry-fork-db = " 0.16 "
208+ foundry-fork-db = " 0.17 "
209209solang-parser = { version = " =0.3.9" , package = " foundry-solang-parser" }
210210solar-ast = { version = " =0.1.5" , default-features = false }
211211solar-parse = { version = " =0.1.5" , default-features = false }
@@ -262,13 +262,13 @@ op-alloy-rpc-types = "0.18.13"
262262op-alloy-flz = " 0.13.1"
263263
264264# # revm
265- revm = { version = " 27.1 .0" , default-features = false }
266- revm-inspectors = { version = " 0.27.1 " , features = [" serde" ] }
267- op-revm = { version = " 8.1.0 " , default-features = false }
265+ revm = { version = " 28.0 .0" , default-features = false }
266+ revm-inspectors = { version = " 0.28.0 " , features = [" serde" ] }
267+ op-revm = { version = " 9.0.1 " , default-features = false }
268268
269269# # alloy-evm
270- alloy-evm = " 0.16.0 "
271- alloy-op-evm = " 0.16.0 "
270+ alloy-evm = " 0.18.3 "
271+ alloy-op-evm = " 0.18.3 "
272272
273273# # cli
274274anstream = " 0.6"
@@ -401,14 +401,14 @@ idna_adapter = "=1.1.0"
401401# alloy-op-evm = { git = "https://github.com/alloy-rs/evm.git", rev = "7762adc" }
402402
403403# # revm
404- revm = { git = " https://github.com/bluealloy/revm.git" , rev = " d9cda3a" }
405- op-revm = { git = " https://github.com/bluealloy/revm.git" , rev = " d9cda3a" }
404+ # revm = { git = "https://github.com/bluealloy/revm.git", rev = "d9cda3a" }
405+ # op-revm = { git = "https://github.com/bluealloy/revm.git", rev = "d9cda3a" }
406406# revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors.git", rev = "956bc98" }
407407
408408# # foundry
409409# foundry-block-explorers = { git = "https://github.com/foundry-rs/block-explorers.git", rev = "e09cb89" }
410410# foundry-compilers = { git = "https://github.com/foundry-rs/compilers.git", rev = "e4a9b04" }
411- # foundry-fork-db = { git = "https://github.com/foundry-rs/foundry-fork-db", rev = "4ed9afb " }
411+ # foundry-fork-db = { git = "https://github.com/foundry-rs/foundry-fork-db", rev = "50683eb " }
412412
413413# # solar
414414# solar-ast = { git = "https://github.com/paradigmxyz/solar.git", branch = "main" }
0 commit comments