From ee809c60730d95452870a0f5a8525d5ef0f03725 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 1 Jul 2021 18:36:40 +0200 Subject: [PATCH] cargo: bump proxmox-apt dependency to 0.4.0 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a271661..dab6d70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,6 @@ crate-type = [ "cdylib" ] anyhow = "1.0" proxmox = { version = "0.11.5", default-features = false } perlmod = { version = "0.5.1", features = [ "exporter" ] } -proxmox-apt = "0.3.1" +proxmox-apt = "0.4.0" proxmox-openid = "0.6.0" serde = "1.0"