bump d/control rust dependencies
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
afe6c79ce3
commit
52fbc86fc9
|
@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 12),
|
||||||
librust-base64-0.12+default-dev,
|
librust-base64-0.12+default-dev,
|
||||||
librust-bitflags-1+default-dev (>= 1.2.1-~~),
|
librust-bitflags-1+default-dev (>= 1.2.1-~~),
|
||||||
librust-bytes-1+default-dev,
|
librust-bytes-1+default-dev,
|
||||||
librust-cidr-dev,
|
librust-cidr-0.2+default-dev (>= 0.2.1-~~),
|
||||||
librust-crc32fast-1+default-dev,
|
librust-crc32fast-1+default-dev,
|
||||||
librust-crossbeam-channel-0.5+default-dev,
|
librust-crossbeam-channel-0.5+default-dev,
|
||||||
librust-endian-trait-0.6+arrays-dev,
|
librust-endian-trait-0.6+arrays-dev,
|
||||||
|
@ -48,23 +48,24 @@ Build-Depends: debhelper (>= 12),
|
||||||
librust-proxmox-apt-0.8+default-dev,
|
librust-proxmox-apt-0.8+default-dev,
|
||||||
librust-proxmox-borrow-1+default-dev,
|
librust-proxmox-borrow-1+default-dev,
|
||||||
librust-proxmox-fuse-0.1+default-dev (>= 0.1.1-~~),
|
librust-proxmox-fuse-0.1+default-dev (>= 0.1.1-~~),
|
||||||
librust-proxmox-http-0.5+client-dev,
|
librust-proxmox-http-0.5+client-dev (>= 0.5.4-~~),
|
||||||
librust-proxmox-http-0.5+default-dev,
|
librust-proxmox-http-0.5+default-dev (>= 0.5.4-~~),
|
||||||
librust-proxmox-http-0.5+http-helpers-dev,
|
librust-proxmox-http-0.5+http-helpers-dev (>= 0.5.4-~~),
|
||||||
librust-proxmox-http-0.5+websocket-dev,
|
librust-proxmox-http-0.5+websocket-dev (>= 0.5.4-~~),
|
||||||
librust-proxmox-io-1+default-dev,
|
librust-proxmox-io-1+default-dev,
|
||||||
librust-proxmox-io-1+tokio-dev,
|
librust-proxmox-io-1+tokio-dev,
|
||||||
librust-proxmox-lang-1+default-dev,
|
librust-proxmox-lang-1+default-dev,
|
||||||
librust-proxmox-openid-0.8+default-dev (>= 0.8.1-~~),
|
librust-proxmox-openid-0.8+default-dev (>= 0.8.1-~~),
|
||||||
librust-proxmox-router-1+cli-dev (>= 1.1-~~),
|
librust-proxmox-router-1+cli-dev (>= 1.1-~~),
|
||||||
librust-proxmox-router-1+default-dev (>= 1.1-~~),
|
librust-proxmox-router-1+default-dev (>= 1.1-~~),
|
||||||
librust-proxmox-schema-1+api-macro-dev,
|
librust-proxmox-schema-1+api-macro-dev (>= 1.0.1-~~),
|
||||||
librust-proxmox-schema-1+default-dev,
|
librust-proxmox-schema-1+default-dev (>= 1.0.1-~~),
|
||||||
librust-proxmox-schema-1+upid-api-impl-dev,
|
librust-proxmox-schema-1+upid-api-impl-dev (>= 1.0.1-~~),
|
||||||
librust-proxmox-section-config-1+default-dev,
|
librust-proxmox-section-config-1+default-dev,
|
||||||
librust-proxmox-shared-memory-dev,
|
librust-proxmox-shared-memory-0.1+default-dev (>= 0.1.1-~~),
|
||||||
librust-proxmox-tfa-1+default-dev,
|
librust-proxmox-tfa-1+api-dev (>= 1.3-~~),
|
||||||
librust-proxmox-tfa-1+u2f-dev,
|
librust-proxmox-tfa-1+api-types-dev (>= 1.3-~~),
|
||||||
|
librust-proxmox-tfa-1+default-dev (>= 1.3-~~),
|
||||||
librust-proxmox-time-1+default-dev,
|
librust-proxmox-time-1+default-dev,
|
||||||
librust-proxmox-uuid-1+default-dev,
|
librust-proxmox-uuid-1+default-dev,
|
||||||
librust-proxmox-uuid-1+serde-dev,
|
librust-proxmox-uuid-1+serde-dev,
|
||||||
|
@ -101,7 +102,6 @@ Build-Depends: debhelper (>= 12),
|
||||||
librust-udev-0.4+default-dev,
|
librust-udev-0.4+default-dev,
|
||||||
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-webauthn-rs-0.2+default-dev (>= 0.2.5-~~),
|
|
||||||
librust-xdg-2+default-dev (>= 2.2-~~),
|
librust-xdg-2+default-dev (>= 2.2-~~),
|
||||||
librust-zstd-0.6+bindgen-dev,
|
librust-zstd-0.6+bindgen-dev,
|
||||||
librust-zstd-0.6+default-dev,
|
librust-zstd-0.6+default-dev,
|
||||||
|
|
Loading…
Reference in New Issue