From 42cafaba32b3f64783c6c29123335d28bd6e6031 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-rrd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-rrd/Cargo.toml b/proxmox-rrd/Cargo.toml index 12641ff6..9f6510e3 100644 --- a/proxmox-rrd/Cargo.toml +++ b/proxmox-rrd/Cargo.toml @@ -21,5 +21,5 @@ serde_cbor = "0.11.1" #proxmox = { version = "0.15.3" } proxmox-time = "1" -proxmox-schema = { version = "1.1", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3", features = [ "api-macro" ] } proxmox-sys = "0.2" \ No newline at end of file