Cargo.toml: Update the dependency versions.
parent
19219316a8
commit
eb821b65f5
10
Cargo.toml
10
Cargo.toml
|
@ -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"]
|
||||||
|
|
Loading…
Reference in New Issue