diff --git a/Cargo.toml b/Cargo.toml index c4e66b48..e9cb0155 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ pathpatterns = "0.1.2" pxar = { version = "0.10.1", features = [ "tokio-io" ] } proxmox = { version = "0.11.6", features = [ "sortable-macro", "api-macro", "cli", "router", "tfa" ] } -proxmox-acme-rs = "0.2.1" +proxmox-acme-rs = "0.3" proxmox-fuse = "0.1.1" proxmox-http = { version = "0.2.1", features = [ "client", "http-helpers", "websocket" ] } diff --git a/debian/control b/debian/control index 79d16746..b3efbac3 100644 --- a/debian/control +++ b/debian/control @@ -45,7 +45,7 @@ Build-Depends: debhelper (>= 11), librust-proxmox-0.11+router-dev (>= 0.11.6-~~), librust-proxmox-0.11+sortable-macro-dev (>= 0.11.6-~~), librust-proxmox-0.11+tfa-dev (>= 0.11.6-~~), - librust-proxmox-acme-rs-0.2+default-dev (>= 0.2.1-~~), + librust-proxmox-acme-rs-0.3+default-dev, librust-proxmox-fuse-0.1+default-dev (>= 0.1.1-~~), librust-proxmox-http-0.2+client-dev (>= 0.2.1-~~), librust-proxmox-http-0.2+default-dev (>= 0.2.1-~~),