From 427cb309d2c9a9c550b1145c36787a868b47ac2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Jul 2025 19:32:26 +0000 Subject: [PATCH] build(deps): bump object_store from 0.12.2 to 0.12.3 Bumps [object_store](https://github.com/apache/arrow-rs-object-store) from 0.12.2 to 0.12.3. - [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.2...v0.12.3) --- updated-dependencies: - dependency-name: object_store dependency-version: 0.12.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2622ea20..7b0d40b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2568,9 +2568,9 @@ dependencies = [ [[package]] name = "object_store" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7781f96d79ed0f961a7021424ab01840efbda64ae7a505aaea195efc91eaaec4" +checksum = "efc4f07659e11cd45a341cd24d71e683e3be65d9ff1f8150061678fe60437496" dependencies = [ "async-trait", "base64 0.22.1", @@ -3028,9 +3028,9 @@ checksum = "5a651516ddc9168ebd67b24afd085a718be02f8858fe406591b013d101ce2f40" [[package]] name = "quick-xml" -version = "0.37.5" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" +checksum = "8927b0664f5c5a98265138b7e3f90aa19a6b21353182469ace36d4ac527b7b1b" dependencies = [ "memchr", "serde", diff --git a/Cargo.toml b/Cargo.toml index b66c5330..7fe7c79f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ uuid = { version = "1.16", features = ["v4"] } mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] } async-trait = "0.1.88" futures = "0.3" -object_store = { version = "0.12.1", features = ["aws", "gcp", "azure", "http"] } +object_store = { version = "0.12.3", features = ["aws", "gcp", "azure", "http"] } url = "2" log = "0.4.27"