From a6f9cf3d73c8f1bdc26904b75104e0afe2381952 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 21 Jun 2022 10:43:11 +0200 Subject: [PATCH] bump proxmox-router dep to 1.2.4 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 528270f7..d11321c4 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -37,7 +37,7 @@ proxmox-compression = "0.1.1" proxmox-io = "1" proxmox-lang = "1.1" proxmox-http = { version = "0.6", features = [ "client" ] } -proxmox-router = "1.2" +proxmox-router = "1.2.4" proxmox-schema = { version = "1.3.1", features = [ "api-macro", "upid-api-impl" ] } proxmox-time = "1" proxmox-sys = { version = "0.3", features = [ "logrotate" ] }