mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-07 06:18:33 +00:00
cargo: require newer pbs-api-types crate
To ensure all the new fields for the datacenter tuning options and realms are available. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
d1fd12d82d
commit
a3815aff82
@ -90,7 +90,7 @@ proxmox-tfa = { version = "5", features = [ "api", "api-types" ] }
|
|||||||
proxmox-time = "2"
|
proxmox-time = "2"
|
||||||
proxmox-uuid = { version = "1", features = [ "serde" ] }
|
proxmox-uuid = { version = "1", features = [ "serde" ] }
|
||||||
proxmox-worker-task = "0.1"
|
proxmox-worker-task = "0.1"
|
||||||
pbs-api-types = "0.2.1"
|
pbs-api-types = "0.2.2"
|
||||||
|
|
||||||
# other proxmox crates
|
# other proxmox crates
|
||||||
pathpatterns = "0.3"
|
pathpatterns = "0.3"
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -45,7 +45,7 @@ Build-Depends: bash-completion,
|
|||||||
librust-once-cell-1+default-dev (>= 1.3.1-~~),
|
librust-once-cell-1+default-dev (>= 1.3.1-~~),
|
||||||
librust-openssl-0.10+default-dev (>= 0.10.40-~~),
|
librust-openssl-0.10+default-dev (>= 0.10.40-~~),
|
||||||
librust-pathpatterns-0.3+default-dev,
|
librust-pathpatterns-0.3+default-dev,
|
||||||
librust-pbs-api-types-0.2+default-dev (>= 0.2.1),
|
librust-pbs-api-types-0.2+default-dev (>= 0.2.2),
|
||||||
librust-percent-encoding-2+default-dev (>= 2.1-~~),
|
librust-percent-encoding-2+default-dev (>= 2.1-~~),
|
||||||
librust-pin-project-lite-0.2+default-dev,
|
librust-pin-project-lite-0.2+default-dev,
|
||||||
librust-proxmox-acme-0.5+default-dev (>= 0.5.3-~~),
|
librust-proxmox-acme-0.5+default-dev (>= 0.5.3-~~),
|
||||||
|
Loading…
Reference in New Issue
Block a user