Skip to content

Commit 5d9858c

Browse files
committed
fix dependencies
1 parent ad5c2fc commit 5d9858c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Cargo.lock

Lines changed: 2 additions & 0 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ slog = { workspace = true, features = [
2727
"max_level_trace",
2828
"release_max_level_debug",
2929
] }
30+
slog-async = { workspace = true }
31+
slog-term = { workspace = true }
3032
thiserror = { workspace = true }
3133
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "signal"] }
3234

0 commit comments

Comments
 (0)