From 3fc8450e1f453e35ba88d05d3bd73a1d4d75fa6e Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 1 Feb 2022 10:27:20 +0100 Subject: [PATCH] pmg: bump proxmox-acme-rs to 0.4 Signed-off-by: Wolfgang Bumiller --- pmg-rs/Cargo.toml | 2 +- pmg-rs/debian/control | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pmg-rs/Cargo.toml b/pmg-rs/Cargo.toml index cfccfa1..f6cdb83 100644 --- a/pmg-rs/Cargo.toml +++ b/pmg-rs/Cargo.toml @@ -31,6 +31,6 @@ url = "2" perlmod = { version = "0.11", features = [ "exporter" ] } -proxmox-acme-rs = { version = "0.3.1", features = ["client"] } +proxmox-acme-rs = { version = "0.4", features = ["client"] } proxmox-apt = "0.8.0" proxmox-tfa = { version = "2", features = ["api"] } diff --git a/pmg-rs/debian/control b/pmg-rs/debian/control index 7816a83..de72467 100644 --- a/pmg-rs/debian/control +++ b/pmg-rs/debian/control @@ -12,11 +12,10 @@ Build-Depends: 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.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-acme-rs-0.4+client-dev, + librust-proxmox-acme-rs-0.4+default-dev, librust-proxmox-apt-0.8+default-dev, librust-proxmox-tfa-2+api-dev, librust-proxmox-tfa-2+default-dev,