From 41255b4d95445e4732a625295d6e020511df6bdd Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 19 Oct 2020 12:35:03 +0200 Subject: [PATCH] bump proxmox dependency to 0.5.0 for nix 0.19 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f40f4893..88295d16 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.4.4", features = [ "sortable-macro", "api-macro", "websocket" ] } +proxmox = { version = "0.5.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"