bump proxmox-schema dependency to 1.3.1 for streaming attribute

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-04-13 08:20:27 +02:00
parent 56dd83740d
commit 71a7566cd3

View File

@ -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"