diff --git a/Cargo.toml b/Cargo.toml index 04c5f4755fe4..d9fa38223b03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ indexmap = "2.0.0" itertools = "0.12" log = "^0.4" num_cpus = "1.13.0" -object_store = { version = "0.9.1", default-features = false } +object_store = { version = "0.10.1", default-features = false } parking_lot = "0.12" parquet = { version = "51.0.0", default-features = false, features = ["arrow", "async", "object_store"] } rand = "0.8"