From bdfa0dd13b723cbbf6bd5131a1c2b6455172b2fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:48:30 +0000 Subject: [PATCH] chore(deps): bump object_store from 0.12.3 to 0.12.4 Bumps [object_store](https://github.com/apache/arrow-rs-object-store) from 0.12.3 to 0.12.4. - [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.3...v0.12.4) --- updated-dependencies: - dependency-name: object_store dependency-version: 0.12.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e1336549b5c..a055b338d471 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4289,9 +4289,9 @@ dependencies = [ [[package]] name = "object_store" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efc4f07659e11cd45a341cd24d71e683e3be65d9ff1f8150061678fe60437496" +checksum = "4c1be0c6c22ec0817cdc77d3842f721a17fd30ab6965001415b5402a74e6b740" dependencies = [ "async-trait", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 8dad497a35b1..de57c4312fb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -155,7 +155,7 @@ hex = { version = "0.4.3" } indexmap = "2.11.4" itertools = "0.14" log = "^0.4" -object_store = { version = "0.12.3", default-features = false } +object_store = { version = "0.12.4", default-features = false } parking_lot = "0.12" parquet = { version = "56.1.0", default-features = false, features = [ "arrow",