mirror of
https://git.proxmox.com/git/proxmox-backup-qemu
synced 2025-10-04 20:49:26 +00:00
update dependencies for current bookworm state
as we also track the PBS dependencies in d/control, as the workspace crates we use from there cannot profit from being handled by debian dependency system, like the others which are shipped as .deb package Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
cda15843fa
commit
afc3670334
@ -34,7 +34,8 @@ openssl = "0.10"
|
|||||||
proxmox-async = "0.4"
|
proxmox-async = "0.4"
|
||||||
proxmox-lang = "1"
|
proxmox-lang = "1"
|
||||||
proxmox-schema = { version = "1", features = [ "api-macro" ] }
|
proxmox-schema = { version = "1", features = [ "api-macro" ] }
|
||||||
proxmox-sys = { version = "0.4", features = [ "sortable-macro"] }
|
proxmox-sortable-macro = "0.1.2"
|
||||||
|
proxmox-sys = "0.5"
|
||||||
|
|
||||||
pbs-api-types = { path = "submodules/proxmox-backup/pbs-api-types" }
|
pbs-api-types = { path = "submodules/proxmox-backup/pbs-api-types" }
|
||||||
pbs-client = { path = "submodules/proxmox-backup/pbs-client" }
|
pbs-client = { path = "submodules/proxmox-backup/pbs-client" }
|
||||||
|
32
debian/control
vendored
32
debian/control
vendored
@ -36,16 +36,20 @@ Build-Depends: cargo:native,
|
|||||||
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-async-0.4+default-dev,
|
librust-proxmox-async-0.4+default-dev,
|
||||||
|
librust-proxmox-auth-api-0.2+api-dev,
|
||||||
|
librust-proxmox-auth-api-0.2+api-types-dev,
|
||||||
|
librust-proxmox-auth-api-0.2+default-dev,
|
||||||
|
librust-proxmox-auth-api-0.2+pam-authenticator-dev,
|
||||||
librust-proxmox-borrow-1+default-dev,
|
librust-proxmox-borrow-1+default-dev,
|
||||||
librust-proxmox-compression-0.1+default-dev (>= 0.1.1-~~),
|
librust-proxmox-compression-0.2+default-dev (>= 0.2~),
|
||||||
librust-proxmox-http-0.7+client-dev,
|
librust-proxmox-http-0.9+client-dev,
|
||||||
librust-proxmox-http-0.7+default-dev,
|
librust-proxmox-http-0.9+default-dev,
|
||||||
librust-proxmox-http-0.7+http-helpers-dev,
|
librust-proxmox-http-0.9+http-helpers-dev,
|
||||||
librust-proxmox-http-0.7+websocket-dev,
|
librust-proxmox-http-0.9+websocket-dev,
|
||||||
librust-proxmox-io-1+default-dev (>= 1.0.1-~~),
|
librust-proxmox-io-1+default-dev (>= 1.0.1-~~),
|
||||||
librust-proxmox-io-1+tokio-dev (>= 1.0.1-~~),
|
librust-proxmox-io-1+tokio-dev (>= 1.0.1-~~),
|
||||||
librust-proxmox-lang-1+default-dev (>= 1.1-~~),
|
librust-proxmox-lang-1+default-dev (>= 1.1-~~),
|
||||||
librust-proxmox-metrics-0.2+default-dev,
|
librust-proxmox-metrics-0.3+default-dev,
|
||||||
librust-proxmox-router-1+cli-dev (>= 1.3-~~),
|
librust-proxmox-router-1+cli-dev (>= 1.3-~~),
|
||||||
librust-proxmox-router-1+default-dev (>= 1.3-~~),
|
librust-proxmox-router-1+default-dev (>= 1.3-~~),
|
||||||
librust-proxmox-router-1+server-dev (>= 1.3-~~),
|
librust-proxmox-router-1+server-dev (>= 1.3-~~),
|
||||||
@ -54,12 +58,12 @@ Build-Depends: cargo:native,
|
|||||||
librust-proxmox-section-config-1+default-dev,
|
librust-proxmox-section-config-1+default-dev,
|
||||||
librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~),
|
librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~),
|
||||||
librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~),
|
librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~),
|
||||||
librust-proxmox-shared-memory-0.2+default-dev (>= 0.2.3-~~),
|
librust-proxmox-shared-memory-0.3+default-dev (>= 0.2.3-~~),
|
||||||
librust-proxmox-sys-0.4+acl-dev (>= 0.4.2-~~),
|
librust-proxmox-sortable-macro-0.1+default-dev (>= 0.1.2-~~),
|
||||||
librust-proxmox-sys-0.4+crypt-dev (>= 0.4.2-~~),
|
librust-proxmox-sys-0.5+acl-dev (>= 0.5~),
|
||||||
librust-proxmox-sys-0.4+default-dev (>= 0.4.2-~~),
|
librust-proxmox-sys-0.5+crypt-dev (>= 0.5~),
|
||||||
librust-proxmox-sys-0.4+sortable-macro-dev (>= 0.4.2-~~),
|
librust-proxmox-sys-0.5+default-dev (>= 0.5~),
|
||||||
librust-proxmox-sys-0.4+timer-dev (>= 0.4.2-~~),
|
librust-proxmox-sys-0.5+timer-dev (>= 0.5~),
|
||||||
librust-proxmox-time-1+default-dev (>= 1.1.2-~~),
|
librust-proxmox-time-1+default-dev (>= 1.1.2-~~),
|
||||||
librust-proxmox-uuid-1+default-dev,
|
librust-proxmox-uuid-1+default-dev,
|
||||||
librust-proxmox-uuid-1+serde-dev,
|
librust-proxmox-uuid-1+serde-dev,
|
||||||
@ -86,8 +90,8 @@ Build-Depends: cargo:native,
|
|||||||
librust-url-2+default-dev (>= 2.1-~~),
|
librust-url-2+default-dev (>= 2.1-~~),
|
||||||
librust-walkdir-2+default-dev,
|
librust-walkdir-2+default-dev,
|
||||||
librust-xdg-2+default-dev (>= 2.2-~~),
|
librust-xdg-2+default-dev (>= 2.2-~~),
|
||||||
librust-zstd-0.6+bindgen-dev,
|
librust-zstd-0.12+bindgen-dev,
|
||||||
librust-zstd-0.6+default-dev,
|
librust-zstd-0.12+default-dev,
|
||||||
patchelf,
|
patchelf,
|
||||||
Standards-Version: 4.5.1
|
Standards-Version: 4.5.1
|
||||||
Homepage: https://www.proxmox.com
|
Homepage: https://www.proxmox.com
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit e5b6a0b38dd0da736292fb696f6c7d0ec2563c36
|
Subproject commit 5e2664f18e1aecd066ffd22d343e0c705bd46571
|
Loading…
Reference in New Issue
Block a user