From a1bce54e388b5e04903657d45ec3132b29435e21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 19:25:55 +0000 Subject: [PATCH] build(deps): update object_store requirement from 0.12 to 0.13 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.md) - [Commits](https://github.com/apache/arrow-rs-object-store/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: object_store dependency-version: 0.13.0 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 c6cf37be..29c525ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,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