Skip to content

Commit 35740de

Browse files
authored
deps: Remove unnecessary dev-dependencies (#606)
1 parent a7eefae commit 35740de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tower-http/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ httpdate = { version = "1.0", optional = true }
4040
uuid = { version = "1.0", features = ["v4"], optional = true }
4141

4242
[dev-dependencies]
43-
async-trait = "0.1"
4443
brotli = "8"
4544
bytes = "1"
4645
flate2 = "1.0"
@@ -54,7 +53,6 @@ sync_wrapper = "1"
5453
tokio = { version = "1", features = ["full"] }
5554
tower = { version = "0.5", features = ["buffer", "util", "retry", "make", "timeout"] }
5655
tracing-subscriber = "0.3"
57-
uuid = { version = "1.0", features = ["v4"] }
5856
zstd = "0.13"
5957

6058
[features]

0 commit comments

Comments
 (0)