From b57e1fb34797d39fa0dd67e45d67a00223b81c08 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 4 Dec 2023 09:39:54 +0100 Subject: [PATCH] proxmox-apt: fix digest api type in APTRepositoryFile Signed-off-by: Dietmar Maurer --- proxmox-apt/src/repositories/file.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-apt/src/repositories/file.rs b/proxmox-apt/src/repositories/file.rs index 00fceb48..0d21ce3c 100644 --- a/proxmox-apt/src/repositories/file.rs +++ b/proxmox-apt/src/repositories/file.rs @@ -41,7 +41,7 @@ trait APTRepositoryParser { type: Array, items: { description: "Digest byte.", - type: Integer, + type: u8, }, }, },