From 38a81c6b4674e607fa17d6837c8220caa313a210 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 17 Feb 2021 09:56:56 +0100 Subject: [PATCH] bump pxar to 0.9.0 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ce3c237..a436e1ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ proxmox = { version = "0.10.5", 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.8.0", features = [ "tokio-io" ] } +pxar = { version = "0.9.0", features = [ "tokio-io" ] } #pxar = { path = "../pxar", features = [ "tokio-io" ] } regex = "1.2" rustyline = "7"