From 0cf412920459d98a124a1593ffbb28f018dd7666 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 13 Oct 2021 12:55:51 +0200 Subject: [PATCH] use complete_file_name from proxmox-router 1.1 --- 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 a00986cf..9eb3860f 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -33,7 +33,7 @@ url = "2.1" proxmox = "0.14.0" proxmox-io = "1" proxmox-lang = "1" -proxmox-router = "1" +proxmox-router = "1.1" proxmox-schema = { version = "1", features = [ "api-macro", "upid-api-impl" ] } proxmox-time = "1"