From 5d2cd7fb2e42e5f3bb4fa4172d9bc8224f4786ba Mon Sep 17 00:00:00 2001 From: BubbleCal Date: Fri, 9 Aug 2024 12:03:46 +0800 Subject: [PATCH] chore: upgrade object_store to 0.10.2 (#1523) To use the same version with lance Signed-off-by: BubbleCal --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 50120900..a6c34efa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"