mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-06-22 07:01:31 +00:00
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:
parent
64fafc6913
commit
ebaf08b8e6
@ -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"] }
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user