File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,15 @@ edition = "2021"
17
17
exclude = [" .github/" , " scripts/" , " test-data/" ]
18
18
19
19
[workspace .dependencies ]
20
- alloy-chains = " 0.1 "
21
- alloy-primitives = { version = " 0.8 " , default-features = false , features = [
20
+ alloy-chains = " 0.2 "
21
+ alloy-primitives = { version = " 1.0 " , default-features = false , features = [
22
22
" std" ,
23
23
" serde" ,
24
24
] }
25
- alloy-rpc-types-eth = " 0.13"
26
- alloy-eips = " 0.13"
27
- alloy-serde = " 0.13"
25
+ alloy-json-abi = { version = " 1.0" , default-features = false }
26
+ alloy-rpc-types-eth = " 0.15"
27
+ alloy-eips = " 0.15"
28
+ alloy-serde = " 0.15"
28
29
29
30
reqwest = { version = " 0.12" , default-features = false , features = [" json" ] }
30
31
serde = { version = " 1.0" , features = [" derive" ] }
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ all-features = true
21
21
22
22
[dependencies ]
23
23
alloy-chains.workspace = true
24
- alloy-json-abi = { version = " 0.8 " , default-features = false , features = [
24
+ alloy-json-abi = { workspace = true , default-features = false , features = [
25
25
" std" ,
26
26
" serde_json" ,
27
27
] }
You can’t perform that action at this time.
0 commit comments