From 8684dcb4470d651e95231b70ff17561d3e2629d9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 28 Nov 2022 09:33:38 +0100 Subject: [PATCH] bump section config dependency to 1.0.2 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e27d981..cce70f8 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.1" +proxmox-section-config = "1.0.2" proxmox-sys = "0.4" diff --git a/debian/control b/debian/control index cd86a7b..0893993 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 12), librust-log-0.4+default-dev (>= 0.4.17-~~), librust-nix-0.24+default-dev, librust-proxmox-schema-1+default-dev (>= 1.3.4-~~), - librust-proxmox-section-config-1+default-dev, + librust-proxmox-section-config-1+default-dev (>= 1.0.2-~~), librust-proxmox-sys-0.4+default-dev, librust-serde-1+default-dev, librust-serde-1+derive-dev,