From 359b00675a7af187d03c87146674908764a720af Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 28 Sep 2021 10:11:56 +0200 Subject: [PATCH] ExtJsFormatter: use ParameterError to correctly compute 'errors' By default, 'errors' is now empty. Depend on proxmox 0.13.5. --- 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 878d6417..1ca768de 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.13.4", default-features = false, features = [ "api-macro" ] } +proxmox = { version = "0.13.5", default-features = false, features = [ "api-macro" ] } proxmox-systemd = { path = "../proxmox-systemd" } pbs-tools = { path = "../pbs-tools" }