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,