chore: removing haproxy-protocol feature from cargo.toml

This commit is contained in:
James Hodgkinson 2025-04-23 14:18:33 +10:00
parent 946d5ed93d
commit 79e4934dc2
No known key found for this signature in database

View file

@ -34,7 +34,7 @@ cron = { workspace = true }
filetime = { workspace = true }
futures = { workspace = true }
futures-util = { workspace = true }
haproxy-protocol = { workspace = true, features = ["tokio"] }
haproxy-protocol = { workspace = true }
hashbrown = { workspace = true }
hyper = { workspace = true }
hyper-util = { workspace = true }