@@ -25,12 +25,9 @@ axum = { version = "0.8" }
2525bytes = " 1"
2626http = " 1"
2727http-body = " 1"
28- mime = " 0.3"
29- tokio = " 1"
3028serde = { version = " 1" , features = [" serde_derive" ], optional = true }
3129serde_json = { version = " 1" , optional = true }
3230tokio-stream = { version = " 0.1" }
33- tokio-util = { version = " 0.7" }
3431futures = " 0.3"
3532csv = { version = " 1.3" , optional = true }
3633prost = { version = " 0.13" , optional = true }
@@ -45,17 +42,10 @@ arrow = ["dep:arrow"]
4542text = []
4643
4744[dev-dependencies ]
48- futures = " 0.3"
49- hyper = " 1"
5045reqwest = { version = " 0.12" , default-features = false , features = [" json" , " stream" , " multipart" ] }
51- tower = { version = " 0.5" , default-features = false , features = [" util" , " make" ] }
52- tower-http = { version = " 0.6" , features = [" util" , " map-response-body" ] }
53- tower-layer = " 0.3"
54- tower-service = " 0.3"
5546tokio = { version = " 1" , features = [" full" ] }
5647prost = { version = " 0.13" , features = [" prost-derive" ] }
5748arrow = { version = " 56" , features = [" ipc" ] }
58- tracing = " 0.1"
5949tracing-subscriber = { version = " 0.3" }
6050cargo-husky = { version = " 1.5" , default-features = false , features = [" run-for-all" , " prepush-hook" , " run-cargo-fmt" ] }
6151
0 commit comments