From 77ea32cc5afd00358f15e58ec9cabf72f64079e9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 22 Feb 2022 08:59:37 +0100 Subject: [PATCH] metrics: bump async dep to 0.4 Signed-off-by: Wolfgang Bumiller --- proxmox-metrics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-metrics/Cargo.toml b/proxmox-metrics/Cargo.toml index 4f0b8e34..72f28b78 100644 --- a/proxmox-metrics/Cargo.toml +++ b/proxmox-metrics/Cargo.toml @@ -18,4 +18,4 @@ http = "0.2" hyper = "0.14" openssl = "0.10" proxmox-http = { path = "../proxmox-http", features = [ "client" ], version = "0.6" } -proxmox-async = { path = "../proxmox-async", features = [], version = "0.3" } +proxmox-async = { path = "../proxmox-async", features = [], version = "0.4" }