From 79e4934dc29b0b4837431c9c6587888883ff8350 Mon Sep 17 00:00:00 2001
From: James Hodgkinson <james@terminaloutcomes.com>
Date: Wed, 23 Apr 2025 14:18:33 +1000
Subject: [PATCH] chore: removing haproxy-protocol feature from cargo.toml

---
 server/core/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/core/Cargo.toml b/server/core/Cargo.toml
index 89cf3c59a..f18b1321e 100644
--- a/server/core/Cargo.toml
+++ b/server/core/Cargo.toml
@@ -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 }