Skip to content

Commit

Permalink
Remove unused features from warp dependency in examples (#749)
Browse files Browse the repository at this point in the history
`warp` depends on old `tokio-tungstenite`.

Signed-off-by: kazk <kazk.dev@gmail.com>
  • Loading branch information
kazk committed Dec 7, 2021
1 parent b112388 commit 32d2b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static_assertions = "1.1.0"
tar = "0.4.37"
tracing = "0.1.29"
tracing-subscriber = "0.3.3"
warp = { version = "0.3", features = ["tls"] }
warp = { version = "0.3", default-features = false, features = ["tls"] }
http = "0.2.5"
json-patch = "0.2.6"
tower = { version = "0.4.6", features = ["limit"] }
Expand Down

0 comments on commit 32d2b61

Please sign in to comment.