Skip to content

Commit 6e9afc4

Browse files
committed
fix: Remove unused deps
1 parent 98f78e4 commit 6e9afc4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Cargo.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,9 @@ axum = { version = "0.8" }
2525
bytes = "1"
2626
http = "1"
2727
http-body = "1"
28-
mime = "0.3"
29-
tokio = "1"
3028
serde = { version = "1", features = ["serde_derive"], optional = true }
3129
serde_json = { version = "1", optional = true }
3230
tokio-stream = { version = "0.1" }
33-
tokio-util = { version = "0.7" }
3431
futures = "0.3"
3532
csv = { version = "1.3", optional = true }
3633
prost = { version= "0.13", optional = true }
@@ -45,17 +42,10 @@ arrow = ["dep:arrow"]
4542
text = []
4643

4744
[dev-dependencies]
48-
futures = "0.3"
49-
hyper = "1"
5045
reqwest = { 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"
5546
tokio = { version = "1", features = ["full"] }
5647
prost = { version= "0.13", features = ["prost-derive"] }
5748
arrow = { version = "56", features = ["ipc"] }
58-
tracing = "0.1"
5949
tracing-subscriber = { version = "0.3"}
6050
cargo-husky = { version = "1.5", default-features = false, features = ["run-for-all", "prepush-hook", "run-cargo-fmt"] }
6151

0 commit comments

Comments
 (0)