mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-04 10:08:36 +00:00
deps: update to globset 0.4.10
This commit is contained in:
parent
364772ddd2
commit
2f484d8ce5
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
atty = "0.2.11"
|
||||
bstr = "1.1.0"
|
||||
globset = { version = "0.4.9", path = "../globset" }
|
||||
globset = { version = "0.4.10", path = "../globset" }
|
||||
lazy_static = "1.1.0"
|
||||
log = "0.4.5"
|
||||
regex = "1.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue