From 9bdeecaee467fe2227bddf0400a0abf9314924c2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 27 Aug 2020 12:16:03 +0200 Subject: [PATCH] bump pxar dep to 0.6.0 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- debian/control | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ca884848..29c18e9a 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.5.0", features = [ "tokio-io", "futures-io" ] } +pxar = { version = "0.6.0", features = [ "tokio-io", "futures-io" ] } #pxar = { path = "../pxar", features = [ "tokio-io", "futures-io" ] } regex = "1.2" rustyline = "6" diff --git a/debian/control b/debian/control index d84c52d0..6ad2090b 100644 --- a/debian/control +++ b/debian/control @@ -39,9 +39,9 @@ Build-Depends: debhelper (>= 11), librust-proxmox-0.3+sortable-macro-dev (>= 0.3.3-~~), librust-proxmox-0.3+websocket-dev (>= 0.3.3-~~), librust-proxmox-fuse-0.1+default-dev, - librust-pxar-0.5+default-dev, - librust-pxar-0.5+futures-io-dev, - librust-pxar-0.5+tokio-io-dev, + librust-pxar-0.6+default-dev, + librust-pxar-0.6+futures-io-dev, + librust-pxar-0.6+tokio-io-dev, librust-regex-1+default-dev (>= 1.2-~~), librust-rustyline-6+default-dev, librust-serde-1+default-dev,