chore: removing haproxy-protocol feature from cargo.toml

This commit is contained in:
James Hodgkinson 2025-04-23 14:19:22 +10:00
parent 79e4934dc2
commit 756fd1e5d6
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -181,7 +181,7 @@ fs4 = "^0.13.0"
futures = "^0.3.31"
futures-util = { version = "^0.3.30", features = ["sink"] }
gix = { version = "0.71.0", default-features = false }
haproxy-protocol = { version = "0.0.1", features = ["tokio"] }
haproxy-protocol = { version = "0.0.1" }
hashbrown = { version = "0.15.2", features = ["serde", "inline-more"] }
hex = "^0.4.3"
http = "1.2.0"

View file

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