From 3da9a11023860bf23e15ec22ae2dab21f9097c52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 23:41:51 +0000 Subject: [PATCH] build(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 ++-- graph/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1168906765..21d476dbe43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3604,9 +3604,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/graph/Cargo.toml b/graph/Cargo.toml index 44e004be00c..51c66f23c85 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -101,7 +101,7 @@ web3 = { git = "https://github.com/graphprotocol/rust-web3", branch = "graph-pat ] } serde_plain = "1.0.2" csv = "1.3.1" -object_store = { version = "0.12.3", features = ["gcp"] } +object_store = { version = "0.12.4", features = ["gcp"] } [dev-dependencies] clap.workspace = true