From 7aa2e06cd3261ed80c59f3bd6cbc83c6c4695987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 1 Oct 2020 22:04:04 +0200 Subject: [PATCH] tantivy-py: Bump our deps. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"