Skip to content

Commit 1c06fed

Browse files
committed
chore: remove slog_scope from aggregator main dependencies
It's still a `dev-dependencies` as it is useful for integration tests.
1 parent a2fc819 commit 1c06fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ slog = { version = "2.7.0", features = [
4444
] }
4545
slog-async = "2.8.0"
4646
slog-bunyan = "2.5.0"
47-
slog-scope = "4.4.0"
4847
sqlite = { version = "0.36.1", features = ["bundled"] }
4948
tar = "0.4.41"
5049
thiserror = "1.0.63"
@@ -70,6 +69,7 @@ mithril-common = { path = "../mithril-common", features = [
7069
"test_tools",
7170
] }
7271
mockall = "0.13.0"
72+
slog-scope = "4.4.0"
7373
slog-term = "2.9.1"
7474
tempfile = "3.12.0"
7575

0 commit comments

Comments
 (0)