This repository was archived by the owner on Jun 1, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,13 +121,13 @@ uniffi = { version = "0.31.1" }
121121regex = { version = " 1.12.3" }
122122
123123alloy-primitives = { version = " 1.6.0" , features = [" k256" ] }
124- alloy-sol-types = { version = " 1.5.7 " , features = [" eip712-serde" ] }
125- alloy-dyn-abi = { version = " 1.5.7 " , features = [" eip712" ] }
126- alloy-json-abi = { version = " 1.5.7 " }
127- alloy-signer = { version = " 2.0.0 " }
128- alloy-signer-local = { version = " 2.0.0 " }
129- alloy-network = { version = " 2.0.0 " }
130- alloy-consensus = { version = " 2.0.0 " }
124+ alloy-sol-types = { version = " 1.6.0 " , features = [" eip712-serde" ] }
125+ alloy-dyn-abi = { version = " 1.6.0 " , features = [" eip712" ] }
126+ alloy-json-abi = { version = " 1.6.0 " }
127+ alloy-signer = { version = " 2.0.5 " }
128+ alloy-signer-local = { version = " 2.0.5 " }
129+ alloy-network = { version = " 2.0.5 " }
130+ alloy-consensus = { version = " 2.0.5 " }
131131alloy-rlp = { version = " 0.3.15" }
132132jsonwebtoken = { version = " 10.4.0" , features = [" aws_lc_rs" ] }
133133
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ borsh = { workspace = true }
1313hex = { workspace = true }
1414alloy-primitives = { workspace = true }
1515alloy-sol-types = { workspace = true }
16- alloy-ens = { version = " 2.0.0 " }
16+ alloy-ens = { version = " 2.0.5 " }
1717gem_client = { path = " ../gem_client" , features = [" reqwest" ] }
1818gem_jsonrpc = { path = " ../gem_jsonrpc" , features = [" reqwest" ] }
1919idna = { version = " 1.1.0" }
You can’t perform that action at this time.
0 commit comments