From 169a91c33244c4f2c4cb311631f68a15c988e305 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 13 Apr 2022 09:37:20 +0200 Subject: [PATCH] bump proxmox-compression dependency to 0.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 65a0ed96..28857da7 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -33,7 +33,7 @@ url = "2.1" #proxmox = "0.15.3" proxmox-async = "0.4" -proxmox-compression = "0.1" +proxmox-compression = "0.1.1" proxmox-io = "1" proxmox-lang = "1.1" proxmox-http = { version = "0.6", features = [ "client" ] }