depend on proxmox 0.11.6 (changed make_tmp_file() return type)

This commit is contained in:
Dietmar Maurer
2021-07-14 13:37:26 +02:00
parent 9517a5759a
commit bfd357c5a1
2 changed files with 13 additions and 19 deletions

View File

@ -86,7 +86,7 @@ pathpatterns = "0.1.2"
pxar = { version = "0.10.1", features = [ "tokio-io" ] }
#pxar = { path = "../pxar", features = [ "tokio-io" ] }
proxmox = { version = "0.11.5", features = [ "sortable-macro", "api-macro" ] }
proxmox = { version = "0.11.6", 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-acme-rs = "0.2.1"