From c9f2b85d8734a3928180bcd74b57c7db6245694e Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 7 May 2021 13:57:32 +0200 Subject: [PATCH] bump proxmox-acme-rs dependency to 0.2.2 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 551a1b5..de9fd6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,5 +24,5 @@ serde_json = "1.0" perlmod = { version = "0.4.2", features = [ "exporter" ] } #perlmod = { path = "../perlmod/perlmod", features = [ "exporter" ] } -proxmox-acme-rs = { version = "0.2.0", features = ["client"] } +proxmox-acme-rs = { version = "0.2.2", features = ["client"] } #proxmox-acme-rs = { path = "../proxmox-acme-rs", features = ["client"] }