Skip to content

Commit d1b2098

Browse files
chore(modeling-rs-deps): update object_store requirement (#757)
Updates the requirements on [object_store](https://github.com/apache/arrow-rs) to permit the latest version. Updates `object_store` to 0.11.0 - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md) - [Commits](apache/arrow-rs@object_store_0.10.2...object_store_0.11.0) --- updated-dependencies: - dependency-name: object_store dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 985fcb9 commit d1b2098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wren-modeling-rs/sqllogictest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tokio = { workspace = true }
2626
wren-core = { path = "../core" }
2727

2828
itertools = "0.13.0"
29-
object_store = { version = "0.10.2", default-features = false }
29+
object_store = { version = "0.11.0", default-features = false }
3030

3131
clap = { version = "4.4.8", features = ["derive", "env"] }
3232
futures = "0.3.17"

0 commit comments

Comments
 (0)