Skip to content

Commit 41d802a

Browse files
committed
fix: fix cargo-shear issues
1 parent 89bf544 commit 41d802a

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Cargo.lock

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

modules/peer_network_interface/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ caryatid_sdk = { workspace = true }
1515

1616
anyhow = { workspace = true }
1717
config = { workspace = true }
18-
crossbeam = "0.8.4"
1918
pallas = { workspace = true }
2019
serde = { workspace = true, features = ["rc"] }
21-
serde_json = { workspace = true }
2220
tokio = { workspace = true }
2321
tracing = { workspace = true }
2422

modules/upstream_chain_fetcher/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ config = { workspace = true }
1818
crossbeam = "0.8.4"
1919
pallas = { workspace = true }
2020
serde = { workspace = true, features = ["rc"] }
21-
serde_json = { workspace = true }
2221
tokio = { workspace = true }
2322
tracing = { workspace = true }
2423

0 commit comments

Comments
 (0)