Skip to content

Commit 6219219

Browse files
committed
chore: refactor dependencies
1 parent 4dfcf0e commit 6219219

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ kzg = { git = "https://github.com/grandinetech/rust-kzg" }
107107
lazy_static = "1.5.0"
108108
lean-multisig = { git = "https://github.com/leanEthereum/leanVM.git", rev = "2498896ca4d32a545a98a1b1cf1ca78f7f13f553" }
109109
lean-multisig-type2 = { package = "lean-multisig", git = "https://github.com/leanEthereum/leanMultisig.git", rev = "e2592df4e30fdddbbf8ae26a333116c68cec7026" }
110-
111110
leansig = { git = "https://github.com/leanEthereum//leanSig.git", branch = "devnet4" }
112111
libp2p = { version = "0.56", default-features = false, features = [
113112
"identify",

bin/ream/Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,17 @@ libp2p-identity.workspace = true
5252
prometheus_exporter.workspace = true
5353
rand.workspace = true
5454
rand_chacha.workspace = true
55+
serde.workspace = true
56+
serde_json.workspace = true
57+
serde_yaml.workspace = true
58+
ssz_types.workspace = true
59+
tikv-jemallocator.workspace = true
60+
tokio.workspace = true
61+
tracing = { workspace = true, features = ["log"] }
62+
tracing-subscriber = { workspace = true, features = ["env-filter"] }
63+
tree_hash.workspace = true
64+
unicode-normalization.workspace = true
65+
url.workspace = true
5566

5667
# ream dependencies
5768
ream-account-manager.workspace = true
@@ -87,17 +98,6 @@ ream-sync.workspace = true
8798
ream-sync-committee-pool.workspace = true
8899
ream-validator-beacon.workspace = true
89100
ream-validator-lean.workspace = true
90-
serde.workspace = true
91-
serde_json.workspace = true
92-
serde_yaml.workspace = true
93-
ssz_types.workspace = true
94-
tikv-jemallocator.workspace = true
95-
tokio.workspace = true
96-
tracing = { workspace = true, features = ["log"] }
97-
tracing-subscriber = { workspace = true, features = ["env-filter"] }
98-
tree_hash.workspace = true
99-
unicode-normalization.workspace = true
100-
url.workspace = true
101101

102102
[dev-dependencies]
103103
aes.workspace = true

0 commit comments

Comments
 (0)