Skip to content

Commit 6c81af6

Browse files
committed
refactor(protocol-config): sort cargo.toml dependencies
1 parent 8ea7d61 commit 6c81af6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

internal/mithril-protocol-config/Cargo.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ repository = { workspace = true }
1111
[dependencies]
1212
anyhow = { workspace = true }
1313
async-trait = { workspace = true }
14-
mithril-common = { path = "../../mithril-common" }
15-
mithril-ticker = { path = "../mithril-ticker" }
1614
mithril-cardano-node-chain = { path = "../cardano-node/mithril-cardano-node-chain" }
1715
mithril-cardano-node-internal-database = { path = "../cardano-node/mithril-cardano-node-internal-database" }
16+
mithril-common = { path = "../../mithril-common" }
17+
mithril-ticker = { path = "../mithril-ticker" }
1818
reqwest = { workspace = true, features = [
1919
"default",
2020
"stream",
@@ -33,11 +33,10 @@ slog = { workspace = true, features = [
3333
thiserror = { workspace = true }
3434
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "signal"] }
3535

36-
3736
[dev-dependencies]
38-
slog-async = { workspace = true }
39-
slog-term = { workspace = true }
4037
#criterion = { version = "0.7.0", features = ["html_reports", "async_tokio"] }
4138
http = "1.3.1"
4239
httpmock = "0.7.0"
43-
mockall = { workspace = true }
40+
mockall = { workspace = true }
41+
slog-async = { workspace = true }
42+
slog-term = { workspace = true }

0 commit comments

Comments
 (0)