Skip to content

Commit ab9fbf7

Browse files
authored
chore: removed unused deps (Commit-Boost#75)
1 parent aab4e7e commit ab9fbf7

File tree

11 files changed

+2
-344
lines changed

11 files changed

+2
-344
lines changed

Diff for: Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ eth2_keystore = { git = "https://github.com/sigp/lighthouse", rev = "9e12c21f268
6565

6666
# docker
6767
docker-compose-types = "0.12.0"
68-
bollard = "0.16.1"
6968

7069
# misc
7170
clap = { version = "4.5.4", features = ["derive", "env"] }
@@ -80,4 +79,4 @@ dotenvy = "0.15.7"
8079
indexmap = "2.2.6"
8180
lazy_static = "1.5.0"
8281
bimap = { version = "0.6.3", features = ["serde"] }
83-
derive_more = "0.99.18"
82+
derive_more = "0.99.18"

Diff for: bin/Cargo.toml

-8
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,11 @@ cb-signer.workspace = true
1313

1414
# async / threads
1515
tokio.workspace = true
16-
async-trait.workspace = true
17-
18-
# serialization
19-
serde_json.workspace = true
2016

2117
# crypto
2218
tree_hash.workspace = true
2319
tree_hash_derive.workspace = true
2420

25-
# telemetry
26-
tracing.workspace = true
27-
tracing-subscriber.workspace = true
28-
2921
# misc
3022
clap.workspace = true
3123
eyre.workspace = true

Diff for: crates/cli/Cargo.toml

-12
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,15 @@ rust-version.workspace = true
66

77
[dependencies]
88
cb-common.workspace = true
9-
cb-pbs.workspace = true
10-
cb-metrics.workspace = true
11-
cb-signer.workspace = true
12-
13-
alloy.workspace = true
14-
15-
tokio.workspace = true
169

1710
serde.workspace = true
1811
serde_json.workspace = true
1912
serde_yaml.workspace = true
2013

21-
tracing.workspace = true
2214
clap.workspace = true
2315

2416
eyre.workspace = true
2517

26-
tree_hash.workspace = true
27-
tree_hash_derive.workspace = true
28-
29-
bollard.workspace = true
3018
docker-compose-types.workspace = true
3119
dotenvy.workspace = true
3220
indexmap.workspace = true

Diff for: crates/metrics/src/docker_metrics_collector.rs

-221
This file was deleted.

Diff for: crates/metrics/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
// pub mod docker_metrics_collector;
2-
// pub mod sdk;
31
pub mod provider;

Diff for: crates/metrics/src/sdk_2.rs

-64
This file was deleted.

Diff for: crates/pbs/Cargo.toml

-8
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ rust-version.workspace = true
77
[dependencies]
88
cb-common.workspace = true
99
cb-metrics.workspace = true
10-
cb-signer.workspace = true
1110

1211
# ethereum
1312
alloy.workspace = true
@@ -23,7 +22,6 @@ async-trait.workspace = true
2322
dashmap.workspace = true
2423

2524
# serialization
26-
serde.workspace = true
2725
serde_json.workspace = true
2826

2927
# telemetry
@@ -32,15 +30,9 @@ prometheus.workspace = true
3230

3331
# crypto
3432
blst.workspace = true
35-
tree_hash.workspace = true
36-
tree_hash_derive.workspace = true
3733

3834
# misc
3935
thiserror.workspace = true
4036
eyre.workspace = true
4137
uuid.workspace = true
42-
typenum.workspace = true
4338
lazy_static.workspace = true
44-
45-
[dev-dependencies]
46-
tracing-subscriber.workspace = true

0 commit comments

Comments
 (0)