11[workspace ]
2- members = [ " crates/*" ]
2+ members = [" crates/*" ]
33resolver = " 2"
44
55[workspace .package ]
6- version = " 0.8 .0"
6+ version = " 0.9 .0"
77edition = " 2021"
88rust-version = " 1.76"
99authors = [" Zenith Contributors" ]
@@ -12,18 +12,21 @@ repository = "https://github.com/init4tt/zenith"
1212license = " AGPL-3.0"
1313
1414[workspace .dependencies ]
15- alloy-primitives = { version = " 0.8" , features = [" serde" , " tiny-keccak" ] }
16- alloy-sol-types = { version = " 0.8" , features = [" json" ] }
15+ alloy-primitives = { version = " =0.8.5" , features = [" serde" , " tiny-keccak" ] }
16+ alloy-sol-types = { version = " =0.8.5" , features = [" json" ] }
17+
1718alloy-rlp = { version = " 0.3.4" }
1819
19- alloy = { version = " =0.3.6 " , features = [" full" , " json-rpc" , " signer-aws" ] }
20- alloy-contract = { version = " =0.3.6 " , features = [" pubsub" ] }
20+ alloy = { version = " =0.4.2 " , features = [" full" , " json-rpc" , " signer-aws" ] }
21+ alloy-contract = { version = " =0.4.2 " , features = [" pubsub" ] }
2122
2223aws-config = " 1.1.7"
2324aws-sdk-kms = " 1.15.0"
2425
25- hex = { package = " const-hex" , version = " 1" , default-features = false , features = [" alloc" ] }
26+ hex = { package = " const-hex" , version = " 1" , default-features = false , features = [
27+ " alloc" ,
28+ ] }
2629serde = { version = " 1.0.197" , features = [" derive" ] }
2730tracing = " 0.1.40"
2831
29- zenith-types = { path = " crates/types" }
32+ zenith-types = { path = " crates/types" }
0 commit comments