From c01fbafae0b662d848bdf1a68cacc5e05f8c30b6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 4 Mar 2022 09:50:21 +0100 Subject: [PATCH] bump proxmox-schema dep to 1.3 Signed-off-by: Wolfgang Bumiller --- proxmox-rest-server/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index 2b99abe0..56aa91e8 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -7,7 +7,7 @@ description = "REST server implementation" # for example [dev-dependencies] -proxmox-schema = { version = "1.2", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3", features = [ "api-macro" ] } tokio = { version = "1.6", features = [ "rt-multi-thread", "signal", "process" ] } [dependencies] @@ -37,6 +37,6 @@ proxmox-io = "1" proxmox-lang = "1.1" proxmox-http = { version = "0.6", features = [ "client" ] } proxmox-router = "1.1" -proxmox-schema = { version = "1.2", features = [ "api-macro", "upid-api-impl" ] } +proxmox-schema = { version = "1.3", features = [ "api-macro", "upid-api-impl" ] } proxmox-time = "1" proxmox-sys = "0.2"