From 6fe5357ce9591151b81257f3b29b68d6eca06277 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 21 Feb 2022 14:24:24 +0100 Subject: [PATCH] bump proxmox-lang dep to 1.1 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 ce863926..8200c7d5 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -34,7 +34,7 @@ url = "2.1" proxmox-async = "0.3" proxmox-compression = "0.1" proxmox-io = "1" -proxmox-lang = "1" +proxmox-lang = "1.1" proxmox-http = { version = "0.6", features = [ "client" ] } proxmox-router = "1.1" proxmox-schema = { version = "1.2", features = [ "api-macro", "upid-api-impl" ] }