use schema verify methods

the old, deprecated ones only forward to these anyway.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler
2021-12-30 13:55:54 +01:00
parent 9987872382
commit 7f6c169b25
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ regex = "1.2"
serde = { version = "1.0", features = ["derive"] }
proxmox-lang = "1.0.0"
proxmox-schema = { version = "1.0.1", features = [ "api-macro" ] }
proxmox-schema = { version = "1.1", features = [ "api-macro" ] }
proxmox-serde = "0.1"
proxmox-time = "1.1.1"
proxmox-uuid = { version = "1.0.0", features = [ "serde" ] }