mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-13 21:26:27 +02:00
deps: bump globset to 0.4.14
This commit is contained in:
parent
47e37175ca
commit
57495db10e
@ -15,7 +15,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bstr = { version = "1.6.2", features = ["std"] }
|
bstr = { version = "1.6.2", features = ["std"] }
|
||||||
globset = { version = "0.4.10", path = "../globset" }
|
globset = { version = "0.4.14", path = "../globset" }
|
||||||
log = "0.4.20"
|
log = "0.4.20"
|
||||||
termcolor = "1.3.0"
|
termcolor = "1.3.0"
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ bench = false
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crossbeam-deque = "0.8.3"
|
crossbeam-deque = "0.8.3"
|
||||||
globset = { version = "0.4.10", path = "../globset" }
|
globset = { version = "0.4.14", path = "../globset" }
|
||||||
log = "0.4.20"
|
log = "0.4.20"
|
||||||
memchr = "2.6.3"
|
memchr = "2.6.3"
|
||||||
same-file = "1.0.6"
|
same-file = "1.0.6"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user