From 1aaac3f173ae740aaa4ce9c5a603eb090fea4658 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 8 Oct 2021 11:18:22 +0200 Subject: [PATCH] bump proxmox dependency to 0.14.0 and proxmox-http to 0.5.0 Signed-off-by: Wolfgang Bumiller --- 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 4bd7b136..ade37721 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.5", default-features = false, features = [ "api-macro" ] } +proxmox-schema = { version = "1.0.0", features = [ "api-macro" ] } proxmox-rrd-api-types = { path = "../proxmox-rrd-api-types" } proxmox-systemd = { path = "../proxmox-systemd" }