bump pbs deps to current git

for the nix 0.26 bump so we can actually build & test again

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-01-12 13:33:55 +01:00
parent a635046beb
commit 06e919aba5

View File

@ -34,11 +34,11 @@ proxmox-lang = "1"
proxmox-schema = { version = "1", features = [ "api-macro" ] }
proxmox-sys = { version = "0.4", features = [ "sortable-macro"] }
pbs-api-types = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "8ebb984fbe2756392d438cc85b31f894829db06c" }
pbs-client = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "8ebb984fbe2756392d438cc85b31f894829db06c" }
pbs-datastore = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "8ebb984fbe2756392d438cc85b31f894829db06c" }
pbs-key-config = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "8ebb984fbe2756392d438cc85b31f894829db06c" }
pbs-tools = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "8ebb984fbe2756392d438cc85b31f894829db06c" }
pbs-api-types = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "f564ba0e4efe3641cd474d264e9b649fdfcfd22d" }
pbs-client = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "f564ba0e4efe3641cd474d264e9b649fdfcfd22d" }
pbs-datastore = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "f564ba0e4efe3641cd474d264e9b649fdfcfd22d" }
pbs-key-config = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "f564ba0e4efe3641cd474d264e9b649fdfcfd22d" }
pbs-tools = { git = "git://git.proxmox.com/git/proxmox-backup.git", rev = "f564ba0e4efe3641cd474d264e9b649fdfcfd22d" }
serde_json = "1.0"
tokio = { version = "1.6", features = [ "fs", "io-util", "macros", "net", "rt-multi-thread", "signal", "time" ] }