chore: upgrade object_store to 0.10.2 (#1523)

To use the same version with lance

Signed-off-by: BubbleCal <bubble-cal@outlook.com>
This commit is contained in:
BubbleCal
2024-08-09 12:03:46 +08:00
committed by GitHub
parent a88e9bb134
commit 5d2cd7fb2e

View File

@@ -43,7 +43,7 @@ half = { "version" = "=2.4.1", default-features = false, features = [
] }
futures = "0"
log = "0.4"
object_store = "0.10.1"
object_store = "0.10.2"
pin-project = "1.0.7"
snafu = "0.7.4"
url = "2"