diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index c355368f..4c168573 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -7,7 +7,7 @@ description = "REST server implementation" # for example [dev-dependencies] -proxmox-schema = { version = "1", features = [ "api-macro" ] } +proxmox-schema = { version = "1.1", features = [ "api-macro" ] } tokio = { version = "1.6", features = [ "rt-multi-thread", "signal", "process" ] } [dependencies] @@ -36,6 +36,6 @@ proxmox-io = "1" proxmox-lang = "1" proxmox-http = { version = "0.6", features = [ "client" ] } proxmox-router = "1.1" -proxmox-schema = { version = "1", features = [ "api-macro", "upid-api-impl" ] } +proxmox-schema = { version = "1.1", features = [ "api-macro", "upid-api-impl" ] } proxmox-time = "1" proxmox-sys = "0.2"