From e9fa6eb3db1a4ebf7b591810e058f47342013b47 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 13 May 2022 13:58:22 +0200 Subject: [PATCH] bump pbs crates to current git to ensure we poull in the s/backup-ns/ns/ switch. Signed-off-by: Thomas Lamprecht --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c6b327f..589b278 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,11 +34,11 @@ proxmox-lang = "1" proxmox-schema = { version = "1", features = [ "api-macro" ] } proxmox-sys = { version = "0.2", features = [ "sortable-macro"] } -pbs-api-types = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "5b460ef525368d3200eb7421b972cf0a4ea6c93f" } -pbs-tools = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "5b460ef525368d3200eb7421b972cf0a4ea6c93f" } -pbs-config = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "5b460ef525368d3200eb7421b972cf0a4ea6c93f" } -pbs-datastore = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "5b460ef525368d3200eb7421b972cf0a4ea6c93f" } -pbs-client = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "5b460ef525368d3200eb7421b972cf0a4ea6c93f" } +pbs-api-types = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "bc21ade293fa7af096ad21fce54fda1e9814993c" } +pbs-tools = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "bc21ade293fa7af096ad21fce54fda1e9814993c" } +pbs-config = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "bc21ade293fa7af096ad21fce54fda1e9814993c" } +pbs-datastore = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "bc21ade293fa7af096ad21fce54fda1e9814993c" } +pbs-client = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "bc21ade293fa7af096ad21fce54fda1e9814993c" } serde_json = "1.0" tokio = { version = "1.6", features = [ "fs", "io-util", "macros", "net", "rt-multi-thread", "signal", "time" ] }