From 7a7368ee0885f060836eb22096016241038b63f2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 30 Oct 2020 15:18:00 +0100 Subject: [PATCH] bump proxmox dependency to 0.7.0 for totp udpates Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 061ff1f6..b0ab27e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ pam-sys = "0.5" percent-encoding = "2.1" pin-utils = "0.1.0" pathpatterns = "0.1.2" -proxmox = { version = "0.6.0", features = [ "sortable-macro", "api-macro", "websocket" ] } +proxmox = { version = "0.7.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"