update proxmox dependency to 0.1.12

This commit is contained in:
Dietmar Maurer
2020-01-31 06:59:17 +01:00
parent 43592f290d
commit 93fbb4ef0a
2 changed files with 10 additions and 17 deletions

View File

@ -34,7 +34,7 @@ pam = "0.7"
pam-sys = "0.5"
percent-encoding = "2.1"
pin-utils = "0.1.0-alpha"
proxmox = { version = "0.1.10", features = [ "sortable-macro", "api-macro" ] }
proxmox = { version = "0.1.12", features = [ "sortable-macro", "api-macro" ] }
#proxmox = { git = "ssh://gitolite3@proxdev.maurer-it.com/rust/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro" ] }
#proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro" ] }
regex = "1.2"