File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ aho-corasick = "0.6.0"
29
29
# For skipping along search text quickly when a leading byte is known.
30
30
memchr = " 2.0.0"
31
31
# For managing regex caches quickly across multiple threads.
32
- thread_local = " 0.3.2 "
32
+ thread_local = " 0.3.6 "
33
33
# For parsing regular expressions.
34
34
regex-syntax = { path = " regex-syntax" , version = " 0.6.0" }
35
35
# For compiling UTF-8 decoding into automata.
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ build = "build.rs"
12
12
workspace = " .."
13
13
14
14
[dependencies ]
15
- docopt = " 0.8 "
15
+ docopt = " 1 "
16
16
lazy_static = " 1"
17
17
libc = " 0.2"
18
18
onig = { version = " 3" , optional = true }
19
19
libpcre-sys = { version = " 0.2" , optional = true }
20
- memmap = " 0.6"
20
+ memmap = " 0.6.2 "
21
21
regex = { version = " 1" , path = " .." }
22
22
regex-syntax = { version = " 0.6.0" , path = " ../regex-syntax" }
23
23
serde = " 1"
You can’t perform that action at this time.
0 commit comments