Skip to content

Commit

Permalink
bump object store to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyxu committed Dec 31, 2023
1 parent 1d0a3fa commit 4237023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4237023

Please sign in to comment.