From 7e2faedbb5b914f04210cf64db28d6751e25c8dd Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 29 Jun 2023 15:02:55 +0200 Subject: [PATCH] bump proxmox-apt dependency to 0.10.3 to get the component fixup for Debian security repo also for the bookworm suite Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a6b328d..938bdf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ sequoia-openpgp = { version = "1.7" } walkdir = "2.3.1" xz2 = "0.1" -proxmox-apt = { version = "0.10" } +proxmox-apt = { version = "0.10.3" } proxmox-async = "0.4" proxmox-http = { version = "0.9", features = [ "client-sync", "client-trait" ]} proxmox-router = { version = "1.3", features = [ "cli" ], default_features = false } diff --git a/debian/control b/debian/control index 4cbf62c..e0f3db7 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: bash-completion, librust-lazy-static-1+default-dev (>= 1.4-~~), librust-nix-0.26+default-dev (>= 0.26.1-~~), librust-openssl-0.10+default-dev, - librust-proxmox-apt-0.10+default-dev, + librust-proxmox-apt-0.10+default-dev (>= 0.10.3~~), librust-proxmox-async-0.4+default-dev, librust-proxmox-http-0.9+client-sync-dev, librust-proxmox-http-0.9+client-trait-dev,