diff --git a/Cargo.toml b/Cargo.toml index 3c3e279..ecbdf33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ name = "tantivy" crate-type = ["cdylib"] [dependencies] -chrono = "0.4.15" -tantivy = "0.13.1" +chrono = "0.4.19" +tantivy = "0.13.2" itertools = "0.9.0" futures = "0.3.5"