Skip to content

Commit dce46af

Browse files
committed
Use only needed tokio features in mithril-common
1 parent f9f39aa commit dce46af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mithril-common/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ slog-scope = "4.4.0"
5252
sqlite = { version = "0.31.1", features = ["bundled"] }
5353
strum = { version = "0.25.0", features = ["derive"] }
5454
thiserror = "1.0.49"
55-
tokio = { version = "1.32.0", features = ["full"] }
55+
tokio = { version = "1.32.0", features = ["fs", "io-util", "process", "rt", "sync"] }
5656
typetag = "0.2.13"
5757
walkdir = "2.4.0"
5858
warp = { version = "0.3.6", optional = true }
@@ -74,6 +74,7 @@ reqwest = { version = "0.11.22", features = ["json"] }
7474
slog-async = "2.8.0"
7575
slog-scope = "4.4.0"
7676
slog-term = "2.9.0"
77+
tokio = { version = "1.32.0", features = ["macros", "time"] }
7778

7879
[build-dependencies]
7980
glob = "0.3.1"

0 commit comments

Comments
 (0)