Skip to content

Commit b18e290

Browse files
committed
chore: remove unused http-body-util crate from dependencies
1 parent 079c618 commit b18e290

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
@@ -16,7 +16,6 @@ vendored = ["native-tls/vendored"]
1616

1717
[dependencies]
1818
bytes = "1"
19-
http-body-util = "0.1.0"
2019
hyper = "1"
2120
hyper-util = { version = "0.1.0", features = ["client-legacy", "tokio"] }
2221
native-tls = "0.2.1"
@@ -25,5 +24,6 @@ tokio-native-tls = "0.3"
2524
tower-service = "0.3"
2625

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

0 commit comments

Comments
 (0)