Skip to content

Commit 6b342fc

Browse files
authored
deps: update for minimal-versions
PR #504
2 parents 991ae1a + 4393476 commit 6b342fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ aho-corasick = "0.6.0"
2929
# For skipping along search text quickly when a leading byte is known.
3030
memchr = "2.0.0"
3131
# For managing regex caches quickly across multiple threads.
32-
thread_local = "0.3.2"
32+
thread_local = "0.3.6"
3333
# For parsing regular expressions.
3434
regex-syntax = { path = "regex-syntax", version = "0.6.0" }
3535
# For compiling UTF-8 decoding into automata.

bench/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ build = "build.rs"
1212
workspace = ".."
1313

1414
[dependencies]
15-
docopt = "0.8"
15+
docopt = "1"
1616
lazy_static = "1"
1717
libc = "0.2"
1818
onig = { version = "3", optional = true }
1919
libpcre-sys = { version = "0.2", optional = true }
20-
memmap = "0.6"
20+
memmap = "0.6.2"
2121
regex = { version = "1", path = ".." }
2222
regex-syntax = { version = "0.6.0", path = "../regex-syntax" }
2323
serde = "1"

0 commit comments

Comments
 (0)