d/control: update proxmox tools dependency
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
d19010481d
commit
8f33fe8e59
|
@ -53,7 +53,7 @@ percent-encoding = "2.1"
|
|||
pin-utils = "0.1.0"
|
||||
pin-project = "1.0"
|
||||
pathpatterns = "0.1.2"
|
||||
proxmox = { version = "0.11.3", features = [ "sortable-macro", "api-macro", "websocket" ] }
|
||||
proxmox = { version = "0.11.4", features = [ "sortable-macro", "api-macro", "websocket" ] }
|
||||
#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", "websocket" ] }
|
||||
proxmox-fuse = "0.1.1"
|
||||
|
|
|
@ -39,10 +39,10 @@ Build-Depends: debhelper (>= 11),
|
|||
librust-percent-encoding-2+default-dev (>= 2.1-~~),
|
||||
librust-pin-project-1+default-dev,
|
||||
librust-pin-utils-0.1+default-dev,
|
||||
librust-proxmox-0.11+api-macro-dev (>= 0.11.3-~~),
|
||||
librust-proxmox-0.11+default-dev (>= 0.11.3-~~),
|
||||
librust-proxmox-0.11+sortable-macro-dev (>= 0.11.3-~~),
|
||||
librust-proxmox-0.11+websocket-dev (>= 0.11.3-~~),
|
||||
librust-proxmox-0.11+api-macro-dev (>= 0.11.4-~~),
|
||||
librust-proxmox-0.11+default-dev (>= 0.11.4-~~),
|
||||
librust-proxmox-0.11+sortable-macro-dev (>= 0.11.4-~~),
|
||||
librust-proxmox-0.11+websocket-dev (>= 0.11.4-~~),
|
||||
librust-proxmox-acme-rs-0.2+default-dev (>= 0.2.1-~~),
|
||||
librust-proxmox-fuse-0.1+default-dev (>= 0.1.1-~~),
|
||||
librust-pxar-0.10+default-dev (>= 0.10.1-~~),
|
||||
|
|
Loading…
Reference in New Issue