]> git.proxmox.com Git - proxmox-offline-mirror.git/commitdiff
update proxmox-apt to 0.10.9
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 Apr 2024 07:01:09 +0000 (09:01 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 Apr 2024 07:01:10 +0000 (09:01 +0200)
To allow repos that have packages without priority field in the index

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml
debian/control

index 612bb25baf7c883fd8896d74e139f6cd43a826c7..3e97e37580fae1d64ba1235553a750e31e55ec78 100644 (file)
@@ -26,7 +26,7 @@ sequoia-openpgp = { version = "1.12" }
 walkdir = "2.3.1"
 xz2 = "0.1"
 
-proxmox-apt = { version = "0.10.3" }
+proxmox-apt = { version = "0.10.9" }
 proxmox-async = "0.4"
 proxmox-http = { version = "0.9", features = [ "client-sync", "client-trait" ]}
 proxmox-router = { version = "2", features = [ "cli" ], default_features = false }
index 4e55a14cff3dae1b05564c722dbea01664916c11..b8c8ddc256dd8b306319629efed2712c77096798 100644 (file)
@@ -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 (>= 0.10.3~~),
+               librust-proxmox-apt-0.10+default-dev (>= 0.10.9~~),
                librust-proxmox-async-0.4+default-dev,
                librust-proxmox-http-0.9+client-sync-dev,
                librust-proxmox-http-0.9+client-trait-dev,