diff --git a/Cargo.toml b/Cargo.toml index fb13c39..7af821b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,10 +22,10 @@ categories = [ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -# 0.19 is when file handle started to return Arc instead of Box +# 0.20 is when file handle started to return Arc instead of Box + when the method is ungated from feature flag # https://github.com/quickwit-oss/tantivy/commit/775e936f7d8e461b7267bb13763db37c1c45afb8 -tantivy = ">=0.19" -object_store = ">=0.6.1" +tantivy = "0.20" +object_store = "0.6.1" async-trait = "0" tokio = { version = "1", features = ["full"] } uuid = "1"