Skip to content

Commit

Permalink
chore(Cargo.toml): remove unnecessary tcp feature from hyper
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenclaw900 committed Jul 26, 2023
1 parent 8a19693 commit e575796
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 @@ -29,7 +29,7 @@ once_cell = "1.18.0"
serde_json = "1.0.103"
tracing = { version = "0.1.38", features = ["release_max_level_debug"] }
tracing-subscriber = "0.3.17"
hyper = { version = "0.14.27", features = ["server", "http1", "tcp"] }
hyper = { version = "0.14.27", features = ["server", "http1"] }
tokio-tungstenite = "0.20.0"
getrandom = "0.2.10"
hex = "0.4.3"
Expand Down

0 comments on commit e575796

Please sign in to comment.