From 181a335bfa376092cad5d88639e81ff758e4cd4b Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 22 Oct 2021 10:54:43 +0200 Subject: [PATCH] bump proxmox-acme-rs dependency to 0.3 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 586a46ec..3eb93b45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ proxmox-tfa = { version = "1", features = [ "u2f" ] } proxmox-time = "1" proxmox-uuid = "1" -proxmox-acme-rs = "0.2.1" +proxmox-acme-rs = "0.3" proxmox-apt = "0.8.0" proxmox-openid = "0.8.1"