mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-06-02 00:20:42 +00:00
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] <support@dependabot.com> * Update Cargo.toml
This commit is contained in:
committed by
Paul Masurel
parent
fa22b4041a
commit
ddd2d5b04c
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user