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:
parent
6e3f844f9a
commit
2ecdbe9a96
@ -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
2
debian/control
vendored
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user