]> git.proxmox.com Git - pmg-rs.git/commitdiff
bugfix: require proxmox-acme-rs 0.1.3
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 17 Mar 2021 12:35:25 +0000 (13:35 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 17 Mar 2021 12:35:26 +0000 (13:35 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml

index 977f48af636b43dda64a1c266a2fa3ce4d8c0707..33e6dfb3a6be4652d568c92cb61c8e5c73818c1f 100644 (file)
@@ -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.1", features = ["client"] }
+proxmox-acme-rs = { version = "0.1.3", features = ["client"] }
 #proxmox-acme-rs = { path = "../proxmox-acme-rs", features = ["client"] }