You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
--- aho-corasick-0.6.3/Cargo.toml 2017-03-17T01:43:22+01:00
|
|
|
|
+++ aho-corasick-0.6.3/Cargo.toml 2017-11-29T11:11:23.430726+01:00
|
|
|
|
@@ -21,13 +21,13 @@
|
|
|
|
bench = false
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
-memchr = "1"
|
|
|
|
+memchr = "2"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
csv = "0.15"
|
|
|
|
docopt = "0.7"
|
|
|
|
memmap = "0.5"
|
|
|
|
-quickcheck = { version = "0.4", default-features = false }
|
|
|
|
+quickcheck = { version = "0.5", default-features = false }
|
|
|
|
rand = "0.3"
|
|
|
|
rustc-serialize = "0.3"
|
|
|
|
|