From ebaf08b8e67abb4775beef22b86c4056b01e6e4e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 11 Nov 2024 21:18:07 +0100 Subject: [PATCH] pve: bump dependency to proxmox-apt to 0.11.5 to ensure that the standard-repos for PVE include Ceph Squid too. Signed-off-by: Thomas Lamprecht --- pve-rs/Cargo.toml | 2 +- pve-rs/debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index a93d662..9470cb7 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -31,7 +31,7 @@ url = "2" perlmod = { version = "0.13", features = ["exporter"] } -proxmox-apt = { version = "0.11", features = ["cache"] } +proxmox-apt = { version = "0.11.5", features = ["cache"] } proxmox-apt-api-types = "1.0" proxmox-config-digest = "0.1" proxmox-http = { version = "0.9", features = ["client-sync", "client-trait"] } diff --git a/pve-rs/debian/control b/pve-rs/debian/control index ee62901..72f1d7a 100644 --- a/pve-rs/debian/control +++ b/pve-rs/debian/control @@ -16,7 +16,7 @@ Build-Depends: cargo:native , librust-perlmod-0.13+default-dev, librust-perlmod-0.13+exporter-dev, librust-proxmox-apt-0.11+cache-dev, - librust-proxmox-apt-0.11+default-dev (>= 0.11.4~), + librust-proxmox-apt-0.11+default-dev (>= 0.11.5~), librust-proxmox-apt-api-types-1+default-dev, librust-proxmox-config-digest-0.1+default-dev, librust-proxmox-http-0.9+client-sync-dev,