From 4354cae7baf67d4d15e4cc20725e15edc3b45426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 10 Jun 2024 13:39:33 +0200 Subject: [PATCH] bump pxar to 0.11.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Cargo.toml | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 360bdb76..ee54339c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ proxmox-uuid = "1" # other proxmox crates pathpatterns = "0.3" proxmox-acme = "0.5" -pxar = "0.11" +pxar = "0.11.1" # PBS workspace pbs-api-types = { path = "pbs-api-types" } diff --git a/debian/control b/debian/control index 25975a50..cbf9fbd0 100644 --- a/debian/control +++ b/debian/control @@ -103,7 +103,7 @@ Build-Depends: bash-completion, librust-proxmox-time-1+default-dev (>= 1.1.6-~~), librust-proxmox-uuid-1+default-dev, librust-proxmox-uuid-1+serde-dev, - librust-pxar-0.11+default-dev, + librust-pxar-0.11+default-dev (>= 0.11.1-~~), librust-regex-1+default-dev (>= 1.5.5-~~), librust-rustyline-9+default-dev, librust-serde-1+default-dev,