From 423702359e2c4e77f168856a5435c9b0b315e92d Mon Sep 17 00:00:00 2001 From: Lei Xu Date: Sat, 30 Dec 2023 16:59:55 -0800 Subject: [PATCH] bump object store to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7af821b..664583d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ categories = [ # 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.20" -object_store = "0.6.1" +object_store = "0.8.0" async-trait = "0" tokio = { version = "1", features = ["full"] } uuid = "1"