From 42150d263b3a2207a9b30165fd40e3e058f048c3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 16 Dec 2020 13:13:31 +0100 Subject: [PATCH] update pxar dependency to 0.6.2 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/control | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9ddce718..bfe39e75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ proxmox = { version = "0.8.1", features = [ "sortable-macro", "api-macro", "webs #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.0" -pxar = { version = "0.6.1", features = [ "tokio-io", "futures-io" ] } +pxar = { version = "0.6.2", 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 a2665231..046671eb 100644 --- a/debian/control +++ b/debian/control @@ -40,9 +40,9 @@ Build-Depends: debhelper (>= 11), librust-proxmox-0.8+sortable-macro-dev (>= 0.8.1-~~), librust-proxmox-0.8+websocket-dev (>= 0.8.1-~~), librust-proxmox-fuse-0.1+default-dev, - librust-pxar-0.6+default-dev (>= 0.6.1-~~), - librust-pxar-0.6+futures-io-dev (>= 0.6.1-~~), - librust-pxar-0.6+tokio-io-dev (>= 0.6.1-~~), + librust-pxar-0.6+default-dev (>= 0.6.2-~~), + librust-pxar-0.6+futures-io-dev (>= 0.6.2-~~), + librust-pxar-0.6+tokio-io-dev (>= 0.6.2-~~), librust-regex-1+default-dev (>= 1.2-~~), librust-rustyline-6+default-dev, librust-serde-1+default-dev,