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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-11-11 21:18:07 +01:00
parent 64fafc6913
commit ebaf08b8e6
2 changed files with 2 additions and 2 deletions

View File

@ -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"] }

View File

@ -16,7 +16,7 @@ Build-Depends: cargo:native <!nocheck>,
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,