mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-19 07:23:55 +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",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"haproxy-protocol",
|
"haproxy-protocol",
|
||||||
"hashbrown 0.14.5",
|
"hashbrown 0.15.2",
|
||||||
"hyper 1.6.0",
|
"hyper 1.6.0",
|
||||||
"hyper-util",
|
"hyper-util",
|
||||||
"kanidm_build_profiles",
|
"kanidm_build_profiles",
|
||||||
|
|
|
@ -181,6 +181,7 @@ fs4 = "^0.13.0"
|
||||||
futures = "^0.3.31"
|
futures = "^0.3.31"
|
||||||
futures-util = { version = "^0.3.30", features = ["sink"] }
|
futures-util = { version = "^0.3.30", features = ["sink"] }
|
||||||
gix = { version = "0.71.0", default-features = false }
|
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"] }
|
hashbrown = { version = "0.15.2", features = ["serde", "inline-more"] }
|
||||||
hex = "^0.4.3"
|
hex = "^0.4.3"
|
||||||
http = "1.2.0"
|
http = "1.2.0"
|
||||||
|
|
Loading…
Reference in a new issue