bump section config dependency to 1.0.2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-11-28 09:33:38 +01:00
parent 068e714070
commit 8684dcb447
2 changed files with 2 additions and 2 deletions

View File

@ -21,5 +21,5 @@ serde = { version = "1.0", features = ["derive"] }
syslog = "4.0" syslog = "4.0"
proxmox-schema = "1.3.4" proxmox-schema = "1.3.4"
proxmox-section-config = "1.0.1" proxmox-section-config = "1.0.2"
proxmox-sys = "0.4" proxmox-sys = "0.4"

2
debian/control vendored
View File

@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 12),
librust-log-0.4+default-dev (>= 0.4.17-~~), librust-log-0.4+default-dev (>= 0.4.17-~~),
librust-nix-0.24+default-dev, librust-nix-0.24+default-dev,
librust-proxmox-schema-1+default-dev (>= 1.3.4-~~), 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-proxmox-sys-0.4+default-dev,
librust-serde-1+default-dev, librust-serde-1+default-dev,
librust-serde-1+derive-dev, librust-serde-1+derive-dev,