d/control: update proxmox tools dependency

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2021-05-14 13:19:05 +02:00
parent d19010481d
commit 8f33fe8e59
2 changed files with 5 additions and 5 deletions

View File

@ -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"