From a1d90719e4ebec6277fba2a4cc90ea1e3f7ea77d Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 31 Mar 2021 14:00:20 +0200 Subject: [PATCH] bump pxar dep to 0.10.1 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- debian/control | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b0ef56bd..69b07d41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ proxmox = { version = "0.11.0", 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.10.0", features = [ "tokio-io" ] } +pxar = { version = "0.10.1", features = [ "tokio-io" ] } #pxar = { path = "../pxar", features = [ "tokio-io" ] } regex = "1.2" rustyline = "7" diff --git a/debian/control b/debian/control index 4cd86124..5cea2ed2 100644 --- a/debian/control +++ b/debian/control @@ -41,8 +41,8 @@ Build-Depends: debhelper (>= 11), librust-proxmox-0.11+sortable-macro-dev, librust-proxmox-0.11+websocket-dev, librust-proxmox-fuse-0.1+default-dev (>= 0.1.1-~~), - librust-pxar-0.10+default-dev, - librust-pxar-0.10+tokio-io-dev, + librust-pxar-0.10+default-dev (>= 0.10.1-~~), + librust-pxar-0.10+tokio-io-dev (>= 0.10.1-~~), librust-regex-1+default-dev (>= 1.2-~~), librust-rustyline-7+default-dev, librust-serde-1+default-dev,