mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-07-30 04:24:07 +00:00
pve: depend on perlmod 0.13.5 and perlmod-bin 0.2.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
82bfbbf6c6
commit
62ade0c4bb
@ -29,7 +29,7 @@ serde_json = "1.0"
|
|||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
url = "2"
|
url = "2"
|
||||||
|
|
||||||
perlmod = { version = "0.13", features = ["exporter"] }
|
perlmod = { version = "0.13.5", features = ["exporter"] }
|
||||||
|
|
||||||
proxmox-apt = { version = "0.11.5", features = ["cache"] }
|
proxmox-apt = { version = "0.11.5", features = ["cache"] }
|
||||||
proxmox-apt-api-types = "1.0"
|
proxmox-apt-api-types = "1.0"
|
||||||
|
@ -13,10 +13,10 @@ Build-Depends: cargo:native <!nocheck>,
|
|||||||
librust-log-0.4+default-dev (>= 0.4.17-~~),
|
librust-log-0.4+default-dev (>= 0.4.17-~~),
|
||||||
librust-nix-0.26+default-dev,
|
librust-nix-0.26+default-dev,
|
||||||
librust-openssl-0.10+default-dev (>= 0.10.40-~~),
|
librust-openssl-0.10+default-dev (>= 0.10.40-~~),
|
||||||
librust-perlmod-0.13+default-dev,
|
librust-perlmod-0.13+default-dev (>= 0.13.5-~~),
|
||||||
librust-perlmod-0.13+exporter-dev,
|
librust-perlmod-0.13+exporter-dev (>= 0.13.5-~~),
|
||||||
librust-proxmox-apt-0.11+cache-dev,
|
librust-proxmox-apt-0.11+cache-dev (>= 0.11.5-~~),
|
||||||
librust-proxmox-apt-0.11+default-dev (>= 0.11.5~),
|
librust-proxmox-apt-0.11+default-dev (>= 0.11.5-~~),
|
||||||
librust-proxmox-apt-api-types-1+default-dev,
|
librust-proxmox-apt-api-types-1+default-dev,
|
||||||
librust-proxmox-config-digest-0.1+default-dev,
|
librust-proxmox-config-digest-0.1+default-dev,
|
||||||
librust-proxmox-http-0.9+client-sync-dev,
|
librust-proxmox-http-0.9+client-sync-dev,
|
||||||
@ -34,14 +34,14 @@ Build-Depends: cargo:native <!nocheck>,
|
|||||||
librust-proxmox-tfa-5+api-dev,
|
librust-proxmox-tfa-5+api-dev,
|
||||||
librust-proxmox-tfa-5+default-dev,
|
librust-proxmox-tfa-5+default-dev,
|
||||||
librust-proxmox-time-2+default-dev,
|
librust-proxmox-time-2+default-dev,
|
||||||
librust-proxmox-ve-config-dev (>= 0.2.1~),
|
librust-proxmox-ve-config-0.2+default-dev (>= 0.2.1-~~),
|
||||||
librust-serde-1+default-dev,
|
librust-serde-1+default-dev,
|
||||||
librust-serde-bytes-0.11+default-dev,
|
librust-serde-bytes-0.11+default-dev,
|
||||||
librust-serde-json-1+default-dev,
|
librust-serde-json-1+default-dev,
|
||||||
librust-tracing-0.1+default-dev (>= 0.1.37-~~),
|
librust-tracing-0.1+default-dev (>= 0.1.37-~~),
|
||||||
librust-url-2+default-dev,
|
librust-url-2+default-dev,
|
||||||
libstd-rust-dev <!nocheck>,
|
libstd-rust-dev <!nocheck>,
|
||||||
perlmod-bin (>= 0.2.0-3),
|
perlmod-bin (>= 0.2.1-1),
|
||||||
rustc:native <!nocheck>,
|
rustc:native <!nocheck>,
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Standards-Version: 4.6.1
|
Standards-Version: 4.6.1
|
||||||
|
Loading…
Reference in New Issue
Block a user