From f6775834c40717ffdfd27c91007990172df3b3f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 17:38:59 +0000 Subject: [PATCH] build(deps): update object_store requirement in /demo/apps/datafusion Updates the requirements on [object_store](https://github.com/apache/arrow-rs-object-store) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs-object-store/compare/v0.12.0...v0.13.1) --- updated-dependencies: - dependency-name: object_store dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 679531f0..87c0f3a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ arrow-ord = { version = "57" } arrow-row = { version = "57" } arrow-schema = { version = "57", features = ["serde"] } arrow-select = { version = "57" } -object_store = { version = "0.12", features = ["aws", "azure", "gcp"] } +object_store = { version = "0.13", features = ["aws", "azure", "gcp"] } parquet = { version = "57", features = ["async", "object_store"] } # avro