From 71a7566cd32859fa567f640816f6ef2b3e29fb08 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 13 Apr 2022 08:20:27 +0200 Subject: [PATCH] bump proxmox-schema dependency to 1.3.1 for streaming attribute 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 7b2cfaef..d1332699 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.3", features = [ "api-macro" ] } +proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } proxmox-sys = "0.2" \ No newline at end of file