Skip to content

Commit 22ad61d

Browse files
committed
refactor(protocol-config): remove unused dependecies
1 parent 3e708c8 commit 22ad61d

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

Cargo.lock

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

internal/mithril-protocol-config/Cargo.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,13 @@ include = ["**/*.rs", "Cargo.toml", "README.md", ".gitignore"]
1212
[dependencies]
1313
anyhow = { workspace = true }
1414
async-trait = { workspace = true }
15-
mithril-cardano-node-chain = { path = "../cardano-node/mithril-cardano-node-chain" }
16-
mithril-cardano-node-internal-database = { path = "../cardano-node/mithril-cardano-node-internal-database" }
1715
mithril-common = { path = "../../mithril-common" }
18-
mithril-ticker = { path = "../mithril-ticker" }
19-
reqwest = { workspace = true }
20-
semver = { workspace = true }
21-
serde = { workspace = true }
22-
serde_json = { workspace = true }
23-
slog = { workspace = true }
24-
thiserror = { workspace = true }
2516
tokio = { workspace = true }
2617

2718
[dev-dependencies]
2819
http = "1.3.1"
2920
httpmock = "0.8.1"
3021
mockall = { workspace = true }
22+
slog = { workspace = true }
3123
slog-async = { workspace = true }
3224
slog-term = { workspace = true }

0 commit comments

Comments
 (0)