Skip to content

Commit c0b8360

Browse files
darachtremor-bot
authored andcommitted
Improve connectors deps by moving some tokio features to dev deps
Signed-off-by: Darach Ennis <darach@gmail.com>
1 parent 6062c7f commit c0b8360

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tremor-connectors/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ tremor-script = { path = "../tremor-script", version = "0.13.0-rc.23" }
1717
tremor-value = { path = "../tremor-value", version = "0.13.0-rc.23" }
1818
tremor-interceptor = { path = "../tremor-interceptor", version = "0.13.0-rc.23" }
1919
tremor-system = { path = "../tremor-system", version = "0.13.0-rc.23" }
20-
21-
tokio = { version = "1.34", default-features = false, features = [
22-
"full",
23-
"test-util",
24-
] }
20+
tokio = { version = "1.34", default-features = false }
2521
beef = { version = "0.5", default-features = false }
2622
value-trait = { version = "0.8", default-features = false }
2723
futures = { version = "0.3", default-features = false }
@@ -172,6 +168,10 @@ tempfile = { version = "3.8", default-features = false }
172168
env_logger = "0.11"
173169
tremor-connectors-test-helpers = { path = "../tremor-connectors-test-helpers", version = "0.13.0-rc.23" }
174170
tide = { version = "0.16", default-features = false } # TODO remove tide from TestHttpServer
171+
tokio = { version = "1.34", default-features = false, features = [
172+
"full",
173+
"test-util",
174+
] }
175175

176176
[features]
177177
default = [

0 commit comments

Comments
 (0)