]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump pathpatterns to 0.1.2
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 9 Jul 2020 12:33:07 +0000 (14:33 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 9 Jul 2020 12:34:10 +0000 (14:34 +0200)
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 <w.bumiller@proxmox.com>
Cargo.toml

index 4e9fcaa210ad925aefa966978730804013ce13e2..2d44950d5878eaca992e72569b39721e96f88961 100644 (file)
@@ -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" ] }