bump proxmox-schema dep to 1.3

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2022-03-04 09:50:21 +01:00
parent e1f9553f2d
commit bd4562e4b1
11 changed files with 12 additions and 12 deletions

View File

@ -29,7 +29,7 @@ pxar = { version = "0.10.1", features = [ "tokio-io" ] }
proxmox-async = "0.4"
proxmox-compression = "0.1"
proxmox-router = { version = "1.1", features = [ "cli" ] }
proxmox-schema = { version = "1.1", features = [ "api-macro" ] }
proxmox-schema = { version = "1.3", features = [ "api-macro" ] }
proxmox-time = "1"
proxmox-sys = { version = "0.2", features = [ "sortable-macro" ] }