Skip to content

Commit 0f0b656

Browse files
Update object_store requirement from 0.11 to 0.12
Updates the requirements on [object_store](https://github.com/apache/arrow-rs) to permit the latest version. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/commits) --- updated-dependencies: - dependency-name: object_store dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c1861e commit 0f0b656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ datafusion-sql = "46"
4444
futures = "0.3"
4545
itertools = "0.14"
4646
log = "0.4"
47-
object_store = "0.11"
47+
object_store = "0.12"
4848
ordered-float = "5.0.0"
4949

5050
[dev-dependencies]

0 commit comments

Comments
 (0)