diff --git a/Cargo.toml b/Cargo.toml index 6174840e745a..f8d7a585189f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,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" diff --git a/datafusion/proto-common/Cargo.toml b/datafusion/proto-common/Cargo.toml index 278d395cf1cd..2a8136a90234 100644 --- a/datafusion/proto-common/Cargo.toml +++ b/datafusion/proto-common/Cargo.toml @@ -43,7 +43,7 @@ json = ["serde", "serde_json", "pbjson"] arrow = { workspace = true } chrono = { workspace = true } datafusion-common = { workspace = true } -object_store = { version = "0.9.0" } +object_store = { version = "0.10.1" } pbjson = { version = "0.6.0", optional = true } prost = "0.12.0" serde = { version = "1.0", optional = true }