From 9008c0c177ae379bfac6507b1fcc91ed98dadf4e Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 19 Jul 2021 10:06:53 +0200 Subject: [PATCH] bump proxmox-apt dependency Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e595814b..76c41a7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ 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-apt = "0.4.0" +proxmox-apt = "0.5.0" proxmox-fuse = "0.1.1" proxmox-http = { version = "0.2.1", features = [ "client", "http-helpers", "websocket" ] } proxmox-openid = "0.6.0" diff --git a/debian/control b/debian/control index ef77ae9b..686c6e36 100644 --- a/debian/control +++ b/debian/control @@ -43,7 +43,7 @@ Build-Depends: debhelper (>= 12), librust-proxmox-0.11+default-dev (>= 0.11.6-~~), librust-proxmox-0.11+sortable-macro-dev (>= 0.11.6-~~), librust-proxmox-acme-rs-0.2+default-dev (>= 0.2.1-~~), - librust-proxmox-apt-0.4+default-dev, + librust-proxmox-apt-0.5+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-~~),