This is an automated email from the ASF dual-hosted git repository.
richox pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new 610c1b62 Bump object_store from 0.12.3 to 0.12.4 (#1336)
610c1b62 is described below
commit 610c1b627f999e97c49541533487c411cf51d50e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 24 16:34:39 2025 +0800
Bump object_store from 0.12.3 to 0.12.4 (#1336)
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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 0aa4194e..193b3851 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2750,9 +2750,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",
"bytes 1.10.1",
diff --git a/Cargo.toml b/Cargo.toml
index 1a62705d..a8941b38 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -91,7 +91,7 @@ jni = "0.20.0"
log = "0.4.28"
lz4_flex = "0.11.5"
num = "0.4.2"
-object_store = "0.12.3"
+object_store = "0.12.4"
once_cell = "1.21.3"
panic-message = "0.3.0"
parking_lot = "0.12.4"