diff --git a/Cargo.toml b/Cargo.toml index a470ecd..4b6938e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ libc = "0.2" once_cell = "1.3.1" openssl = "0.10" proxmox = { version = "0.7.0", features = [ "sortable-macro", "api-macro" ] } -proxmox-backup = { git = "git://git.proxmox.com/git/proxmox-backup.git", tag = "v1.0.1" } +proxmox-backup = { git = "git://git.proxmox.com/git/proxmox-backup.git", tag = "v1.0.3" } #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" ] }