mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-04-02 20:45:38 +02:00
Update regex.
This commit is contained in:
parent
68fa50709e
commit
954fbeb1d8
@ -33,7 +33,7 @@ log = "0.3"
|
|||||||
memchr = "0.1"
|
memchr = "0.1"
|
||||||
memmap = "0.2"
|
memmap = "0.2"
|
||||||
num_cpus = "1"
|
num_cpus = "1"
|
||||||
regex = "0.1.75"
|
regex = "0.1.76"
|
||||||
rustc-serialize = "0.3"
|
rustc-serialize = "0.3"
|
||||||
term = "0.4"
|
term = "0.4"
|
||||||
thread_local = "0.2"
|
thread_local = "0.2"
|
||||||
|
@ -17,5 +17,5 @@ license = "Unlicense/MIT"
|
|||||||
log = "0.3"
|
log = "0.3"
|
||||||
memchr = "0.1"
|
memchr = "0.1"
|
||||||
memmap = "0.2"
|
memmap = "0.2"
|
||||||
regex = "0.1.75"
|
regex = "0.1.76"
|
||||||
regex-syntax = "0.3.5"
|
regex-syntax = "0.3.5"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user