bump apt-api-types dependency to 1.0.1

to pull in the fix for restoring backwards compatibility due to the
digest from that crate using a u8 slice instead of our dedicated
ConfigDigest type, which would serialize to String.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-07-17 11:44:40 +02:00
parent 6e3f844f9a
commit 2ecdbe9a96
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ path = "src/lib.rs"
[workspace.dependencies] [workspace.dependencies]
# proxmox workspace # proxmox workspace
proxmox-apt = { version = "0.11", features = [ "cache" ] } proxmox-apt = { version = "0.11", features = [ "cache" ] }
proxmox-apt-api-types = "1.0" proxmox-apt-api-types = "1.0.1"
proxmox-async = "0.4" proxmox-async = "0.4"
proxmox-auth-api = "0.4" proxmox-auth-api = "0.4"
proxmox-borrow = "1" proxmox-borrow = "1"

2
debian/control vendored
View File

@ -52,7 +52,7 @@ Build-Depends: bash-completion,
librust-proxmox-acme-0.5+default-dev, librust-proxmox-acme-0.5+default-dev,
librust-proxmox-apt-0.11+cache-dev, librust-proxmox-apt-0.11+cache-dev,
librust-proxmox-apt-0.11+default-dev, librust-proxmox-apt-0.11+default-dev,
librust-proxmox-apt-api-types-1+default-dev, librust-proxmox-apt-api-types-1+default-dev (>= 1.0.1-~~),
librust-proxmox-async-0.4+default-dev, librust-proxmox-async-0.4+default-dev,
librust-proxmox-auth-api-0.4+api-dev, librust-proxmox-auth-api-0.4+api-dev,
librust-proxmox-auth-api-0.4+api-types-dev, librust-proxmox-auth-api-0.4+api-types-dev,