diff --git a/Cargo.toml b/Cargo.toml index b8bae1f5..a7d647d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ proxmox = { version = "0.11.5", features = [ "sortable-macro", "api-macro" ] } #proxmox = { git = "git://git.proxmox.com/git/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro" ] } #proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro" ] } proxmox-fuse = "0.1.1" -proxmox-http = { version = "0.2.0", features = [ "client", "http-helpers", "websocket" ] } +proxmox-http = { version = "0.2.1", features = [ "client", "http-helpers", "websocket" ] } #proxmox-http = { version = "0.2.0", path = "../proxmox/proxmox-http", features = [ "client", "http-helpers", "websocket" ] } pxar = { version = "0.10.1", features = [ "tokio-io" ] } #pxar = { path = "../pxar", features = [ "tokio-io" ] } diff --git a/debian/control b/debian/control index fa45316d..468dd4e1 100644 --- a/debian/control +++ b/debian/control @@ -44,10 +44,10 @@ Build-Depends: debhelper (>= 11), librust-proxmox-0.11+sortable-macro-dev (>= 0.11.5-~~), librust-proxmox-acme-rs-0.2+default-dev (>= 0.2.1-~~), librust-proxmox-fuse-0.1+default-dev (>= 0.1.1-~~), - librust-proxmox-http-0.2+client-dev, - librust-proxmox-http-0.2+default-dev, - librust-proxmox-http-0.2+http-helpers-dev, - librust-proxmox-http-0.2+websocket-dev, + librust-proxmox-http-0.2+client-dev (>= 0.2.1-~~), + librust-proxmox-http-0.2+default-dev (>= 0.2.1-~~), + librust-proxmox-http-0.2+http-helpers-dev (>= 0.2.1-~~), + librust-proxmox-http-0.2+websocket-dev (>= 0.2.1-~~), librust-pxar-0.10+default-dev (>= 0.10.1-~~), librust-pxar-0.10+tokio-io-dev (>= 0.10.1-~~), librust-regex-1+default-dev (>= 1.2-~~),