From 00ad2537a3c884c55cf388f3d1324f0e972f2e18 Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies Date: Mon, 8 Jan 2024 17:19:58 +0000 Subject: [PATCH 1/2] Update parquet object_store dependency to 0.9.0 --- parquet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml index 4cd03c051e62..22afcf41b929 100644 --- a/parquet/Cargo.toml +++ b/parquet/Cargo.toml @@ -44,7 +44,7 @@ arrow-schema = { workspace = true, optional = true } arrow-select = { workspace = true, optional = true } arrow-ipc = { workspace = true, optional = true } # Intentionally not a path dependency as object_store is released separately -object_store = { version = "0.8", default-features = false, optional = true } +object_store = { version = "0.9.0", default-features = false, optional = true } bytes = { version = "1.1", default-features = false, features = ["std"] } thrift = { version = "0.17", default-features = false } From 4697ff056d64a408bcd21a7de1cb0c6dd54c5d77 Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies Date: Mon, 8 Jan 2024 17:23:12 +0000 Subject: [PATCH 2/2] Also update dev-dependency --- parquet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml index 22afcf41b929..07b0609090a0 100644 --- a/parquet/Cargo.toml +++ b/parquet/Cargo.toml @@ -81,7 +81,7 @@ serde_json = { version = "1.0", features = ["std"], default-features = false } arrow = { workspace = true, features = ["ipc", "test_utils", "prettyprint", "json"] } tokio = { version = "1.0", default-features = false, features = ["macros", "rt", "io-util", "fs"] } rand = { version = "0.8", default-features = false, features = ["std", "std_rng"] } -object_store = { version = "0.8", default-features = false, features = ["azure"] } +object_store = { version = "0.9.0", default-features = false, features = ["azure"] } [package.metadata.docs.rs] all-features = true