bump proxmox-schema to 1.1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-12-16 11:08:44 +01:00
parent 0b50c18ed0
commit 821aa8eae6
11 changed files with 12 additions and 12 deletions

View File

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