Skip to content

Commit

Permalink
chore: Remove unused hyper-util features
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Apr 24, 2024
1 parent b4e6e69 commit e25e02e
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 @@ -36,7 +36,7 @@ tide = "0.16"
actix-web = "4"
tokio = { version = "1", features = ["rt-multi-thread", "net", "macros", "signal"] }
hyper = { version = "1.3.1", features = ["server", "http1"] }
hyper-util = { version = "0.1.3", features = ["full"] }
hyper-util = { version = "0.1.3", features = ["tokio"] }
http-body-util = "0.1.1"

[build-dependencies]
Expand Down

0 comments on commit e25e02e

Please sign in to comment.