From ebeaf483aba3f4ef24c4d1a78c2b13d33f83f20e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 14 May 2021 15:44:37 +0200 Subject: [PATCH] proxmox: add missing +router -> futures dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this is shadowed by the websocket feature being enabled by default. Signed-off-by: Fabian Grünbichler --- proxmox/Cargo.toml | 2 +- proxmox/debian/control | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index c04c1059..da46e749 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -57,7 +57,7 @@ sortable-macro = ["proxmox-sortable-macro"] api-macro = ["proxmox-api-macro"] test-harness = [] cli = [ "router", "hyper", "tokio" ] -router = [ "hyper", "tokio" ] +router = [ "futures", "hyper", "tokio" ] websocket = [ "futures", "hyper", "openssl", "tokio/sync", "tokio/io-util", "openssl" ] tfa = [ "openssl" ] u2f = [ "base32" ] diff --git a/proxmox/debian/control b/proxmox/debian/control index da55b88e..9091cb8b 100644 --- a/proxmox/debian/control +++ b/proxmox/debian/control @@ -267,6 +267,7 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-proxmox-dev (= ${binary:Version}), + librust-futures-0.3+default-dev, librust-hyper-0.14+default-dev, librust-hyper-0.14+full-dev, librust-tokio-1+default-dev