mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-06-14 22:15:13 +02:00
bump thread_local
This commit is contained in:
@ -23,7 +23,7 @@ lazy_static = "0.2"
|
|||||||
log = "0.3"
|
log = "0.3"
|
||||||
memchr = "0.1"
|
memchr = "0.1"
|
||||||
regex = "0.1.77"
|
regex = "0.1.77"
|
||||||
thread_local = "0.2.7"
|
thread_local = "0.3.0"
|
||||||
walkdir = "1"
|
walkdir = "1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
Reference in New Issue
Block a user