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 <w.bumiller@proxmox.com>
This commit is contained in:
		@ -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" ] }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user