Skip to content

Commit 5cdd3f2

Browse files
tottotoseanmonstar
authored andcommitted
chore: remove unused http-body-util crate from dependencies
1 parent f02598f commit 5cdd3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ vendored = ["native-tls/vendored"]
1717

1818
[dependencies]
1919
bytes = "1"
20-
http-body-util = "0.1.0"
2120
hyper = "1"
2221
hyper-util = { version = "0.1.0", features = ["client-legacy", "tokio"] }
2322
native-tls = "0.2.1"
@@ -26,5 +25,6 @@ tokio-native-tls = "0.3"
2625
tower-service = "0.3"
2726

2827
[dev-dependencies]
28+
http-body-util = "0.1.0"
2929
hyper-util = { version = "0.1.0", features = ["http1"] }
3030
tokio = { version = "1.0.0", features = ["io-std", "macros", "io-util"] }

0 commit comments

Comments
 (0)