fix: reintroducing haproxy-protocol

This commit is contained in:
James Hodgkinson 2025-04-23 14:16:50 +10:00
parent c8dd9802d4
commit 946d5ed93d
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

2
Cargo.lock generated
View file

@ -3228,7 +3228,7 @@ dependencies = [
"futures",
"futures-util",
"haproxy-protocol",
"hashbrown 0.14.5",
"hashbrown 0.15.2",
"hyper 1.6.0",
"hyper-util",
"kanidm_build_profiles",

View file

@ -181,6 +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"] }
hashbrown = { version = "0.15.2", features = ["serde", "inline-more"] }
hex = "^0.4.3"
http = "1.2.0"