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