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 fb6e48f402
commit ebb85c1ca3
11 changed files with 12 additions and 12 deletions

View File

@ -22,7 +22,7 @@ udev = "0.4"
proxmox-io = "1"
proxmox-lang = "1.1"
# api-macro is only used by the binaries, so maybe we should split them out
proxmox-schema = { version = "1.3", features = [ "api-macro" ] }
proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
proxmox-time = "1"
proxmox-uuid = "1"