bump pbs crates to current git

to ensure we poull in the s/backup-ns/ns/ switch.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-05-13 13:58:22 +02:00
parent 368c116236
commit e9fa6eb3db

View File

@ -34,11 +34,11 @@ proxmox-lang = "1"
proxmox-schema = { version = "1", features = [ "api-macro" ] } proxmox-schema = { version = "1", features = [ "api-macro" ] }
proxmox-sys = { version = "0.2", features = [ "sortable-macro"] } proxmox-sys = { version = "0.2", features = [ "sortable-macro"] }
pbs-api-types = { 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 = "5b460ef525368d3200eb7421b972cf0a4ea6c93f" } 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 = "5b460ef525368d3200eb7421b972cf0a4ea6c93f" } 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 = "5b460ef525368d3200eb7421b972cf0a4ea6c93f" } 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 = "5b460ef525368d3200eb7421b972cf0a4ea6c93f" } pbs-client = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "bc21ade293fa7af096ad21fce54fda1e9814993c" }
serde_json = "1.0" serde_json = "1.0"
tokio = { version = "1.6", features = [ "fs", "io-util", "macros", "net", "rt-multi-thread", "signal", "time" ] } tokio = { version = "1.6", features = [ "fs", "io-util", "macros", "net", "rt-multi-thread", "signal", "time" ] }