Skip to content

Commit

Permalink
remove hyper-util feature client
Browse files Browse the repository at this point in the history
  • Loading branch information
cssivision committed Apr 20, 2024
1 parent 73335f6 commit 269c733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
tokio = { version = "1", features = ["full"] }
hyper = { version = "1", features = ["full"] }
hyper-util = { version = "0.1.0", features = ["client", "client-legacy", "tokio", "http1"] }
hyper-util = { version = "0.1.0", features = ["client-legacy", "tokio", "http1"] }
http = "1"
bytes = "1"
http-body-util = "0.1"
Expand Down

0 comments on commit 269c733

Please sign in to comment.