bump perlmod to 0.11

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-01-25 09:38:24 +01:00
parent 8a1df2f38b
commit 3cf399605b
4 changed files with 7 additions and 7 deletions

View File

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

View File

@ -13,8 +13,8 @@ Build-Depends:
librust-libc-0.2+default-dev,
librust-nix-0.19+default-dev,
librust-openssl-0.10+default-dev (>= 0.10.32-~~),
librust-perlmod-0.10+default-dev,
librust-perlmod-0.10+exporter-dev,
librust-perlmod-0.11+default-dev,
librust-perlmod-0.11+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.10", features = [ "exporter" ] }
perlmod = { version = "0.11", features = [ "exporter" ] }
proxmox-apt = "0.8"
proxmox-openid = "0.9"

View File

@ -14,13 +14,13 @@ Build-Depends:
librust-libc-0.2+default-dev,
librust-nix-0.19+default-dev,
librust-openssl-0.10+default-dev,
librust-perlmod-0.10+default-dev,
librust-perlmod-0.10+exporter-dev,
librust-perlmod-0.11+default-dev,
librust-perlmod-0.11+exporter-dev,
librust-proxmox-apt-0.8+default-dev,
librust-proxmox-openid-0.9+default-dev,
librust-proxmox-tfa-2+api-dev,
librust-proxmox-tfa-2+default-dev,
librust-proxmox-time-1.1.3+default-dev,
librust-proxmox-time-1+default-dev (>= 1.1.3-~~),
librust-serde-1+default-dev,
librust-serde-bytes-0.11+default-dev,
librust-serde-json-1+default-dev,