From 62f6a7e3d9e5209cf8c39dc12d7bc67618b61837 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 9 Jul 2020 14:33:07 +0200 Subject: [PATCH] bump pathpatterns to 0.1.2 Fixes `**/foo` not matching "foo" without slashes. (`**/lost+found` now matches the `lost+found` dir at the root of our tree properly). Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e9fcaa2..2d44950d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ pam = "0.7" pam-sys = "0.5" percent-encoding = "2.1" pin-utils = "0.1.0" -pathpatterns = "0.1.1" +pathpatterns = "0.1.2" proxmox = { version = "0.1.42", 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" ] }