Skip to content

Commit

Permalink
Bump object_store from 0.9.1 to 0.10.1
Browse files Browse the repository at this point in the history
Bumps [object_store](https://github.com/apache/arrow-rs) from 0.9.1 to 0.10.1.
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@object_store_0.9.1...object_store_0.10.1)

---
updated-dependencies:
- dependency-name: object_store
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 27, 2024
1 parent 1a2d2c6 commit 72c7fba
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 8 deletions.
33 changes: 27 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native-engine/blaze-serde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ datafusion-ext-exprs = { workspace = true }
datafusion-ext-functions = { workspace = true }
datafusion-ext-plans = { workspace = true }
log = "0.4.21"
object_store = "0.9.0"
object_store = "0.10.1"
prost = "0.12.4"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion native-engine/datafusion-ext-plans/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jni = "0.20.0"
log = "0.4.21"
lz4_flex = "0.11.2"
num = "0.4.2"
object_store = "0.9.0"
object_store = "0.10.1"
once_cell = "1.19.0"
panic-message = "0.3.0"
parking_lot = "0.12.2"
Expand Down

0 comments on commit 72c7fba

Please sign in to comment.