From 5e758590d6ce5663abd1ffc18b6add51b5a8cef3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 10 Nov 2022 11:31:22 +0100 Subject: [PATCH] require proxmox-section-config 1.0.1 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4dd0681..b4064b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,5 +21,5 @@ serde = { version = "1.0", features = ["derive"] } syslog = "4.0" proxmox-schema = "1.3.4" -proxmox-section-config = "1.0" +proxmox-section-config = "1.0.1" proxmox-sys = "0.4"