From 0b1ecc260af3afc71fde8c674025f8031db102e2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 22 Jul 2021 09:58:31 +0200 Subject: [PATCH] cargo: update proxmox to 0.12.1 For the FS compat improvement in the atomic create file helper Signed-off-by: Thomas Lamprecht --- 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 c8372ba4..4eb0574d 100644 --- a/pbs-api-types/Cargo.toml +++ b/pbs-api-types/Cargo.toml @@ -14,7 +14,7 @@ openssl = "0.10" regex = "1.2" serde = { version = "1.0", features = ["derive"] } -proxmox = { version = "0.12.0", default-features = false, features = [ "api-macro" ] } +proxmox = { version = "0.12.1", default-features = false, features = [ "api-macro" ] } pbs-systemd = { path = "../pbs-systemd" } pbs-tools = { path = "../pbs-tools" }