From 2ecdbe9a96226fcff7bd16f61a0899847474cdcf Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 17 Jul 2024 11:44:40 +0200 Subject: [PATCH] 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 --- Cargo.toml | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bf7c05c1..d52518e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ path = "src/lib.rs" [workspace.dependencies] # proxmox workspace 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-auth-api = "0.4" proxmox-borrow = "1" diff --git a/debian/control b/debian/control index 6cde2427..c67f9107 100644 --- a/debian/control +++ b/debian/control @@ -52,7 +52,7 @@ Build-Depends: bash-completion, librust-proxmox-acme-0.5+default-dev, librust-proxmox-apt-0.11+cache-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-auth-api-0.4+api-dev, librust-proxmox-auth-api-0.4+api-types-dev,