From 756fd1e5d65ffac92877f62bd9382cf9fb8ef2f6 Mon Sep 17 00:00:00 2001 From: James Hodgkinson <james@terminaloutcomes.com> Date: Wed, 23 Apr 2025 14:19:22 +1000 Subject: [PATCH] chore: removing haproxy-protocol feature from cargo.toml --- Cargo.toml | 2 +- server/core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 760261d18..d8e6463d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/server/core/Cargo.toml b/server/core/Cargo.toml index f18b1321e..89cf3c59a 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 } +haproxy-protocol = { workspace = true, features = ["tokio"] } hashbrown = { workspace = true } hyper = { workspace = true } hyper-util = { workspace = true }