From 9cebc837d5a8efcb74cde42d84211c9700381b5f Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 18 Sep 2020 12:02:17 +0200 Subject: [PATCH] depend on pxar 0.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f1edd28c..757d2984 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ proxmox = { version = "0.3.9", 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.6.0", features = [ "tokio-io", "futures-io" ] } +pxar = { version = "0.6.1", features = [ "tokio-io", "futures-io" ] } #pxar = { path = "../pxar", features = [ "tokio-io", "futures-io" ] } regex = "1.2" rustyline = "6" -- 2.39.2