From eb821b65f5096f2b7e74f11c38fb97712c97914d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sun, 5 Jan 2020 12:40:07 +0100 Subject: [PATCH] Cargo.toml: Update the dependency versions. --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e00beef..7bd5718 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,11 +10,11 @@ name = "tantivy" crate-type = ["cdylib"] [dependencies] -chrono = "0.4" -tantivy = "0.11" -itertools = "0.8" -futures = "0.3" +chrono = "0.4.10" +tantivy = "0.11.3" +itertools = "0.8.2" +futures = "0.3.1" [dependencies.pyo3] -version = "0.8" +version = "0.8.5" features = ["extension-module"]