From e7ff5817ec5433b332a1aab65885fcb44f82b2f0 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 20 Jul 2021 13:51:55 +0200 Subject: [PATCH] add helpers to write configuration files --- pbs-api-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbs-api-types/Cargo.toml b/pbs-api-types/Cargo.toml index 2463d69d..564a2101 100644 --- a/pbs-api-types/Cargo.toml +++ b/pbs-api-types/Cargo.toml @@ -13,7 +13,7 @@ libc = "0.2" regex = "1.2" serde = { version = "1.0", features = ["derive"] } -proxmox = { version = "0.11.5", default-features = false, features = [ "api-macro" ] } +proxmox = { version = "0.12.0", default-features = false, features = [ "api-macro" ] } pbs-systemd = { path = "../pbs-systemd" } pbs-tools = { path = "../pbs-tools" }