1
1
[workspace ]
2
- members = [ " crates/*" ]
2
+ members = [" crates/*" ]
3
3
resolver = " 2"
4
4
5
5
[workspace .package ]
6
- version = " 0.8 .0"
6
+ version = " 0.9 .0"
7
7
edition = " 2021"
8
8
rust-version = " 1.76"
9
9
authors = [" Zenith Contributors" ]
@@ -12,18 +12,21 @@ repository = "https://github.com/init4tt/zenith"
12
12
license = " AGPL-3.0"
13
13
14
14
[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
+
17
18
alloy-rlp = { version = " 0.3.4" }
18
19
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" ] }
21
22
22
23
aws-config = " 1.1.7"
23
24
aws-sdk-kms = " 1.15.0"
24
25
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
+ ] }
26
29
serde = { version = " 1.0.197" , features = [" derive" ] }
27
30
tracing = " 0.1.40"
28
31
29
- zenith-types = { path = " crates/types" }
32
+ zenith-types = { path = " crates/types" }
0 commit comments