@@ -26,18 +26,18 @@ rustdoc-args = ["--cfg", "docsrs"]
26
26
27
27
[dependencies ]
28
28
alloy-primitives = { version = " 0.8.5" , features = [" map" ] }
29
- alloy-provider = { version = " 0.8 " , default-features = false }
30
- alloy-rpc-types = { version = " 0.8 " , features = [" eth" ] }
31
- alloy-serde = { version = " 0.8 " , default-features = false }
32
- alloy-transport = { version = " 0.8 " , default-features = false }
33
- alloy-consensus = { version = " 0.8 " , default-features = false }
29
+ alloy-provider = { version = " 0.9 " , default-features = false }
30
+ alloy-rpc-types = { version = " 0.9 " , features = [" eth" ] }
31
+ alloy-serde = { version = " 0.9 " , default-features = false }
32
+ alloy-transport = { version = " 0.9 " , default-features = false }
33
+ alloy-consensus = { version = " 0.9 " , default-features = false }
34
34
35
35
eyre = " 0.6"
36
36
futures = " 0.3"
37
37
38
38
parking_lot = " 0.12"
39
39
40
- revm = { version = " 18 .0.0" , default-features = false , features = [
40
+ revm = { version = " 19 .0.0" , default-features = false , features = [
41
41
" std" ,
42
42
" serde" ,
43
43
] }
@@ -52,6 +52,6 @@ tracing = "0.1"
52
52
url = " 2"
53
53
54
54
[dev-dependencies ]
55
- alloy-rpc-client = " 0.8 "
56
- alloy-transport-http = " 0.8 "
55
+ alloy-rpc-client = " 0.9 "
56
+ alloy-transport-http = " 0.9 "
57
57
tiny_http = " 0.12"
0 commit comments