From b419050aa7f42ab7778818a36a095d00e28dede9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 2 Feb 2021 11:02:08 +0100 Subject: [PATCH] bump pxar to 0.8 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5594a76..aa54893f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ proxmox = { version = "0.10.0", features = [ "sortable-macro", "api-macro", "web #proxmox = { git = "git://git.proxmox.com/git/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro" ] } #proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro", "websocket" ] } proxmox-fuse = "0.1.1" -pxar = { version = "0.7.0", features = [ "tokio-io" ] } +pxar = { version = "0.8.0", features = [ "tokio-io" ] } #pxar = { path = "../pxar", features = [ "tokio-io" ] } regex = "1.2" rustyline = "7"