mirror of
https://git.proxmox.com/git/proxmox
synced 2025-07-26 05:17:40 +00:00
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:
parent
039d3374d7
commit
fb3fe5561e
@ -14,7 +14,7 @@ regex = "1.2"
|
|||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|
||||||
proxmox-lang = "1.0.0"
|
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-serde = "0.1"
|
||||||
proxmox-time = "1.1.1"
|
proxmox-time = "1.1.1"
|
||||||
proxmox-uuid = { version = "1.0.0", features = [ "serde" ] }
|
proxmox-uuid = { version = "1.0.0", features = [ "serde" ] }
|
||||||
|
Loading…
Reference in New Issue
Block a user