diff --git a/Cargo.toml b/Cargo.toml index 4b2f21774..ef48a4a9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["search", "information", "retrieval"] [dependencies] base64 = "0.9.1" byteorder = "1.0" -lazy_static = "0.2.1" +lazy_static = "1" tinysegmenter = "0.1.0" regex = "1.0" fst = {version="0.3", default-features=false}