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 }