From 15819cdcfcdfbbef4ab046cbc5895eab21d16669 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 20 Nov 2021 17:14:02 +0100 Subject: [PATCH] depend on proxmox-async 0.2 --- 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 b2f6ce80..d72e38b2 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.1" +proxmox-async = "0.2" proxmox-io = "1" proxmox-lang = "1" proxmox-http = { version = "0.5.0", features = [ "client" ] }