From 82b7adf90bae64f41fea0d776d83a48535185f59 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 24 Aug 2020 11:55:57 +0200 Subject: [PATCH] bump pxar dep to 0.4.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 15361605..81747fec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ proxmox = { version = "0.3.3", features = [ "sortable-macro", "api-macro", "webs #proxmox = { git = "ssh://gitolite3@proxdev.maurer-it.com/rust/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro" ] } #proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro", "websocket" ] } proxmox-fuse = "0.1.0" -pxar = { version = "0.3.0", features = [ "tokio-io", "futures-io" ] } +pxar = { version = "0.4.0", features = [ "tokio-io", "futures-io" ] } #pxar = { path = "../pxar", features = [ "tokio-io", "futures-io" ] } regex = "1.2" rustyline = "6"