mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-16 05:53:55 +02:00
chore: removing haproxy-protocol feature from cargo.toml
This commit is contained in:
parent
79e4934dc2
commit
756fd1e5d6
|
@ -181,7 +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"] }
|
haproxy-protocol = { version = "0.0.1" }
|
||||||
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"
|
||||||
|
|
|
@ -34,7 +34,7 @@ cron = { workspace = true }
|
||||||
filetime = { workspace = true }
|
filetime = { workspace = true }
|
||||||
futures = { workspace = true }
|
futures = { workspace = true }
|
||||||
futures-util = { workspace = true }
|
futures-util = { workspace = true }
|
||||||
haproxy-protocol = { workspace = true }
|
haproxy-protocol = { workspace = true, features = ["tokio"] }
|
||||||
hashbrown = { workspace = true }
|
hashbrown = { workspace = true }
|
||||||
hyper = { workspace = true }
|
hyper = { workspace = true }
|
||||||
hyper-util = { workspace = true }
|
hyper-util = { workspace = true }
|
||||||
|
|
Loading…
Reference in a new issue