mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-18 03:12:34 +00:00
proxmox: add missing +router -> futures dep
this is shadowed by the websocket feature being enabled by default. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
10d2453ed3
commit
ebeaf483ab
@ -57,7 +57,7 @@ sortable-macro = ["proxmox-sortable-macro"]
|
|||||||
api-macro = ["proxmox-api-macro"]
|
api-macro = ["proxmox-api-macro"]
|
||||||
test-harness = []
|
test-harness = []
|
||||||
cli = [ "router", "hyper", "tokio" ]
|
cli = [ "router", "hyper", "tokio" ]
|
||||||
router = [ "hyper", "tokio" ]
|
router = [ "futures", "hyper", "tokio" ]
|
||||||
websocket = [ "futures", "hyper", "openssl", "tokio/sync", "tokio/io-util", "openssl" ]
|
websocket = [ "futures", "hyper", "openssl", "tokio/sync", "tokio/io-util", "openssl" ]
|
||||||
tfa = [ "openssl" ]
|
tfa = [ "openssl" ]
|
||||||
u2f = [ "base32" ]
|
u2f = [ "base32" ]
|
||||||
|
@ -267,6 +267,7 @@ Multi-Arch: same
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-proxmox-dev (= ${binary:Version}),
|
librust-proxmox-dev (= ${binary:Version}),
|
||||||
|
librust-futures-0.3+default-dev,
|
||||||
librust-hyper-0.14+default-dev,
|
librust-hyper-0.14+default-dev,
|
||||||
librust-hyper-0.14+full-dev,
|
librust-hyper-0.14+full-dev,
|
||||||
librust-tokio-1+default-dev
|
librust-tokio-1+default-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user