]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump proxmox dependency to 0.6.0 for api tokens and tfa
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 29 Oct 2020 14:10:23 +0000 (15:10 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 29 Oct 2020 14:11:39 +0000 (15:11 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml

index 09c9aaed0991483541afe01cb0c6beab719366df..c1d845efcb8266742bc7749c6edc57b08f66d17f 100644 (file)
@@ -38,7 +38,7 @@ pam-sys = "0.5"
 percent-encoding = "2.1"
 pin-utils = "0.1.0"
 pathpatterns = "0.1.2"
-proxmox = { version = "0.5.0", features = [ "sortable-macro", "api-macro", "websocket" ] }
+proxmox = { version = "0.6.0", 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.0"