Skip to content

Commit 9cfbbe3

Browse files
chore(deps): update object_store requirement
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](apache/arrow-rs-object-store@v0.12.3...v0.13.0) --- updated-dependencies: - dependency-name: object_store dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e2b1794 commit 9cfbbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/object_store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bytes = "1"
4242
chrono = { version = "0.4.42", features = ["std", "clock"] }
4343
futures = "0.3"
4444
mea = "0.5.1"
45-
object_store = "0.12.3"
45+
object_store = "0.13.0"
4646
opendal = { version = "0.55.0", path = "../../core", default-features = false }
4747
pin-project = "1.1"
4848
send_wrapper = { version = "0.6", features = ["futures"], optional = true }

0 commit comments

Comments
 (0)