11[package ]
22name = " trevm"
3- version = " 0.27.9 "
3+ version = " 0.29.0 "
44rust-version = " 1.83.0"
55edition = " 2021"
66authors = [" init4" ]
@@ -34,7 +34,7 @@ name = "fork_ref_transact"
3434required-features = [" alloy-db" ]
3535
3636[dependencies ]
37- alloy = { version = " 1.0.25 " , default-features = false , features = [
37+ alloy = { version = " 1.0.35 " , default-features = false , features = [
3838 " consensus" ,
3939 " rpc-types-mev" ,
4040 " eips" ,
@@ -44,8 +44,8 @@ alloy = { version = "1.0.25", default-features = false, features = [
4444 " sol-types" ,
4545] }
4646
47- revm = { version = " 27 .1" , default-features = false }
48- revm-inspectors = { version = " 0.27.3 " , optional = true }
47+ revm = { version = " 29.0 .1" , default-features = false }
48+ revm-inspectors = { version = " 0.30 " , optional = true }
4949
5050dashmap = { version = " 6.1.0" , optional = true }
5151tracing = { version = " 0.1.41" , optional = true }
@@ -54,10 +54,10 @@ thiserror = "2.0.11"
5454tokio = { version = " 1.44" , optional = true }
5555
5656[dev-dependencies ]
57- revm = { version = " 27 .0.1" , features = [" serde-json" , " std" , " alloydb" ] }
57+ revm = { version = " 29 .0.1" , features = [" serde-json" , " std" , " alloydb" ] }
5858trevm = { path = " ." , features = [" test-utils" ] }
5959
60- alloy = { version = " 1.0.13 " , features = [" providers" , " transports" ] }
60+ alloy = { version = " 1.0.35 " , features = [" providers" , " transports" ] }
6161
6262# misc
6363eyre = " 0.6"
0 commit comments