Cargo.toml: Update the dependency versions.

master
Damir Jelić 2020-01-05 12:40:07 +01:00
parent 19219316a8
commit eb821b65f5
1 changed files with 5 additions and 5 deletions

View File

@ -10,11 +10,11 @@ name = "tantivy"
crate-type = ["cdylib"] crate-type = ["cdylib"]
[dependencies] [dependencies]
chrono = "0.4" chrono = "0.4.10"
tantivy = "0.11" tantivy = "0.11.3"
itertools = "0.8" itertools = "0.8.2"
futures = "0.3" futures = "0.3.1"
[dependencies.pyo3] [dependencies.pyo3]
version = "0.8" version = "0.8.5"
features = ["extension-module"] features = ["extension-module"]