bump proxmox-acme-rs dependency to 0.2.2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-05-07 13:57:32 +02:00
parent 80ccedc945
commit c9f2b85d87

View File

@ -24,5 +24,5 @@ serde_json = "1.0"
perlmod = { version = "0.4.2", features = [ "exporter" ] } perlmod = { version = "0.4.2", features = [ "exporter" ] }
#perlmod = { path = "../perlmod/perlmod", 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"] } #proxmox-acme-rs = { path = "../proxmox-acme-rs", features = ["client"] }