From 53aa06e4119a05f867b4975ad392dda690ea603e Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 21 Feb 2022 14:25:29 +0100 Subject: [PATCH] bump proxmox-async dep to 0.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 8200c7d5..2b99abe0 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -31,7 +31,7 @@ tower-service = "0.3.0" url = "2.1" #proxmox = "0.15.3" -proxmox-async = "0.3" +proxmox-async = "0.4" proxmox-compression = "0.1" proxmox-io = "1" proxmox-lang = "1.1"