From ba5b8a3e7698b5c3f0372fef33ac64a0e51a0bb5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 16 Jul 2020 11:48:22 +0200 Subject: [PATCH] bump pxar dependency to 0.2.1 Contains a fix for the check for the maximum allowed size of acl group object entries. Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 10dd864a..6450026c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ proxmox = { version = "0.2.0", features = [ "sortable-macro", "api-macro" ] } #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" ] } proxmox-fuse = "0.1.0" -pxar = { version = "0.2.0", features = [ "tokio-io", "futures-io" ] } +pxar = { version = "0.2.1", features = [ "tokio-io", "futures-io" ] } #pxar = { path = "../pxar", features = [ "tokio-io", "futures-io" ] } regex = "1.2" rustyline = "6"