Skip to content

Commit b0c9378

Browse files
committed
cleanup unused
1 parent 7a02bbc commit b0c9378

File tree

4 files changed

+0
-35
lines changed

4 files changed

+0
-35
lines changed

Cargo.lock

Lines changed: 0 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bin/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ alloy-transport = { workspace = true, features = ["throttle"] }
2525
eyre.workspace = true
2626
clap = { workspace = true, features = ["derive"] }
2727
console.workspace = true
28-
csv.workspace = true
2928
indicatif.workspace = true
30-
serde = { workspace = true, features = ["derive"] }
3129
serde_json.workspace = true
3230
serde_path_to_error.workspace = true
3331
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }

crates/primitives/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ repository.workspace = true
1313
workspace = true
1414

1515
[dependencies]
16-
auto_impl.workspace = true
17-
itertools.workspace = true
1816
rkyv = { workspace = true, optional = true }
1917
serde.workspace = true
2018
tracing = { workspace = true, optional = true }
@@ -50,8 +48,6 @@ scroll-alloy-network = { workspace = true, optional = true }
5048
sbv-helpers.workspace = true
5149

5250
[dev-dependencies]
53-
rstest.workspace = true
54-
serde_json.workspace = true
5551

5652
[features]
5753
# serialization

crates/utils/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ workspace = true
1414

1515
[dependencies]
1616
alloy-provider.workspace = true
17-
alloy-rpc-client.workspace = true
1817
alloy-transport.workspace = true
1918

2019
async-trait.workspace = true

0 commit comments

Comments
 (0)