File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,7 @@ tremor-script = { path = "../tremor-script", version = "0.13.0-rc.23" }
17
17
tremor-value = { path = " ../tremor-value" , version = " 0.13.0-rc.23" }
18
18
tremor-interceptor = { path = " ../tremor-interceptor" , version = " 0.13.0-rc.23" }
19
19
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 }
25
21
beef = { version = " 0.5" , default-features = false }
26
22
value-trait = { version = " 0.8" , default-features = false }
27
23
futures = { version = " 0.3" , default-features = false }
@@ -172,6 +168,10 @@ tempfile = { version = "3.8", default-features = false }
172
168
env_logger = " 0.11"
173
169
tremor-connectors-test-helpers = { path = " ../tremor-connectors-test-helpers" , version = " 0.13.0-rc.23" }
174
170
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
+ ] }
175
175
176
176
[features ]
177
177
default = [
You can’t perform that action at this time.
0 commit comments