Skip to content

Commit 2e5f70e

Browse files
Update object_store requirement from 0.12 to 0.13
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.0...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 0d1aefa commit 2e5f70e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ datafusion-sql = "51"
4545
futures = "0.3"
4646
itertools = "0.14"
4747
log = "0.4"
48-
object_store = "0.12"
48+
object_store = "0.13"
4949
ordered-float = "5.0.0"
5050

5151
[dev-dependencies]

0 commit comments

Comments
 (0)