From 97c50954868be47d2bf366e077b72b358f11a63b Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 13 Apr 2022 08:17:08 +0200 Subject: [PATCH] bump proxmox-router dependency to 1.2 Signed-off-by: Wolfgang Bumiller --- proxmox-rest-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"