From 84641743c670c1a90b30d80c798c9923e3026d20 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 28 Oct 2020 22:10:08 +0100 Subject: [PATCH] cargo: update proxmox dependencies to 0.9.0 and 0.5.0, respectively Signed-off-by: Thomas Lamprecht --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 12bc988..24d99b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,8 +27,8 @@ lazy_static = "1.4" libc = "0.2" once_cell = "1.3.1" openssl = "0.10" -proxmox = { version = "0.4.3", features = [ "sortable-macro", "api-macro" ] } -proxmox-backup = { git = "git://git.proxmox.com/git/proxmox-backup.git", tag = "v0.9.1" } +proxmox = { version = "0.5.0", features = [ "sortable-macro", "api-macro" ] } +proxmox-backup = { git = "git://git.proxmox.com/git/proxmox-backup.git", tag = "v0.9.2" } #proxmox-backup = { path = "../proxmox-backup" } serde_json = "1.0" tokio = { version = "0.2.9", features = [ "blocking", "fs", "io-util", "macros", "rt-threaded", "signal", "stream", "tcp", "time", "uds" ] }