From 87e387d38f3c5dece29ebbfde4221ceb3406f007 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Thu, 23 Feb 2023 17:12:14 -0700 Subject: [PATCH] make object_store version consistent --- datafusion/core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index ab5426dbd5ae..925d3d9d750b 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -84,7 +84,7 @@ lazy_static = { version = "^1.4.0" } log = "^0.4" num-traits = { version = "0.2", optional = true } num_cpus = "1.13.0" -object_store = "0.5.3" +object_store = "0.5.4" parking_lot = "0.12" parquet = { version = "33.0.0", features = ["arrow", "async"] } paste = "^1.0"