From 930bb59d84dd32d16c45201012fe2863700e63b6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 12 Apr 2022 14:24:27 +0200 Subject: [PATCH] proxmox-router: depend on proxmox-async 0.4.1 Signed-off-by: Wolfgang Bumiller --- proxmox-router/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-router/Cargo.toml b/proxmox-router/Cargo.toml index f042f31d..aceba947 100644 --- a/proxmox-router/Cargo.toml +++ b/proxmox-router/Cargo.toml @@ -25,7 +25,7 @@ libc = { version = "0.2", optional = true } proxmox-lang = { path = "../proxmox-lang", version = "1.1" } proxmox-schema = { path = "../proxmox-schema", version = "1.1" } -proxmox-async = { path = "../proxmox-async", version = "0.4" } +proxmox-async = { path = "../proxmox-async", version = "0.4.1" } [features] default = [ "cli" ]