mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-22 08:53:57 +02:00
chore: removing haproxy-protocol feature from cargo.toml
This commit is contained in:
parent
946d5ed93d
commit
79e4934dc2
|
@ -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, features = ["tokio"] }
|
haproxy-protocol = { workspace = true }
|
||||||
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