diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index a957f8df..f2bff193 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -37,7 +37,7 @@ proxmox-compression = "0.1" proxmox-io = "1" proxmox-lang = "1.1" proxmox-http = { version = "0.6", features = [ "client" ] } -proxmox-router = "1.1" +proxmox-router = "1.2" proxmox-schema = { version = "1.3", features = [ "api-macro", "upid-api-impl" ] } proxmox-time = "1" proxmox-sys = "0.2"