mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-07 09:35:05 +02:00
fix: reintroducing haproxy-protocol
This commit is contained in:
parent
c8dd9802d4
commit
946d5ed93d
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue