From ddd2d5b04ca9490bef6bc050a7df912b7629e561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 30 Jul 2018 12:34:06 +0900 Subject: [PATCH] Update lazy_static requirement to 1.0.2 (#349) * Update lazy_static requirement to 1.0.2 Updates the requirements on [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) to permit the latest version. - [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases) - [Commits](https://github.com/rust-lang-nursery/lazy-static.rs/commits/v1.0.2) Signed-off-by: dependabot[bot] * Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}