bump perlmod to 0.13

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-03-08 10:30:47 +01:00
parent 9c5c624ac5
commit 17367e04e5
4 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ serde_bytes = "0.11.3"
serde_json = "1.0"
url = "2"
perlmod = { version = "0.12", features = [ "exporter" ] }
perlmod = { version = "0.13", features = [ "exporter" ] }
proxmox-acme-rs = { version = "0.4", features = ["client"] }
proxmox-apt = "0.8.0"

View File

@ -12,8 +12,8 @@ Build-Depends:
librust-hex-0.4+default-dev,
librust-libc-0.2+default-dev,
librust-nix-0.19+default-dev,
librust-perlmod-0.12+default-dev,
librust-perlmod-0.12+exporter-dev,
librust-perlmod-0.13+default-dev,
librust-perlmod-0.13+exporter-dev,
librust-proxmox-acme-rs-0.4+client-dev,
librust-proxmox-acme-rs-0.4+default-dev,
librust-proxmox-apt-0.8+default-dev,

View File

@ -26,7 +26,7 @@ serde_bytes = "0.11"
serde_json = "1.0"
url = "2"
perlmod = { version = "0.12", features = [ "exporter" ] }
perlmod = { version = "0.13", features = [ "exporter" ] }
proxmox-apt = "0.8"
proxmox-openid = "0.9.3"

View File

@ -13,8 +13,8 @@ Build-Depends:
librust-hex-0.4+default-dev,
librust-libc-0.2+default-dev,
librust-nix-0.19+default-dev,
librust-perlmod-0.12+default-dev,
librust-perlmod-0.12+exporter-dev,
librust-perlmod-0.13+default-dev,
librust-perlmod-0.13+exporter-dev,
librust-proxmox-apt-0.8+default-dev,
librust-proxmox-openid-0.9+default-dev (>= 0.9.3-~~),
librust-proxmox-tfa-2+api-dev,