bump perlmod to 0.10

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-12-14 13:55:59 +01:00
parent fb4f2e8510
commit aa12b05775
4 changed files with 12 additions and 7 deletions

View File

@ -29,7 +29,7 @@ serde_bytes = "0.11.3"
serde_json = "1.0"
url = "2"
perlmod = { version = "0.9", features = [ "exporter" ] }
perlmod = { version = "0.10", features = [ "exporter" ] }
proxmox-acme-rs = { version = "0.3.1", features = ["client"] }
proxmox-apt = "0.8.0"

View File

@ -4,13 +4,17 @@ Priority: optional
Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends:
debhelper (>= 12),
dh-cargo (>= 24),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-anyhow-1+default-dev,
librust-hex-0.4+default-dev,
librust-libc-0.2+default-dev,
librust-nix-0.19+default-dev,
librust-openssl-0.10+default-dev (>= 0.10.32-~~),
librust-perlmod-0.9+default-dev,
librust-perlmod-0.9+exporter-dev,
librust-perlmod-0.10+default-dev,
librust-perlmod-0.10+exporter-dev,
librust-proxmox-acme-rs-0.3+client-dev (>= 0.3.1-~~),
librust-proxmox-acme-rs-0.3+default-dev (>= 0.3.1-~~),
librust-proxmox-apt-0.8+default-dev,

View File

@ -27,7 +27,7 @@ serde_bytes = "0.11"
serde_json = "1.0"
url = "2"
perlmod = { version = "0.9", features = [ "exporter" ] }
perlmod = { version = "0.10", features = [ "exporter" ] }
proxmox-apt = "0.8"
proxmox-openid = "0.9"

View File

@ -1,7 +1,8 @@
Source: libpve-rs-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 12),
Build-Depends:
debhelper (>= 12),
dh-cargo (>= 24),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
@ -13,8 +14,8 @@ Build-Depends: debhelper (>= 12),
librust-libc-0.2+default-dev,
librust-nix-0.19+default-dev,
librust-openssl-0.10+default-dev,
librust-perlmod-0.9+default-dev,
librust-perlmod-0.9+exporter-dev,
librust-perlmod-0.10+default-dev,
librust-perlmod-0.10+exporter-dev,
librust-proxmox-apt-0.8+default-dev,
librust-proxmox-openid-0.9+default-dev,
librust-proxmox-tfa-2+api-dev,