Skip to content

Commit

Permalink
chore(deps): Bump object_store from 0.8.0 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [object_store](https://github.com/apache/arrow-rs) from 0.8.0 to 0.9.0.
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@object_store_0.8.0...object_store_0.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 397ee6e commit a4473a0
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 27 deletions.
87 changes: 62 additions & 25 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ arrow-flight = { version = "49.0.0", features = ["flight-sql-experimental"] }
datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev = "0e53c6d816f3a9d3d27c6ebb6d25b1699e5553e7" }
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion.git", rev = "0e53c6d816f3a9d3d27c6ebb6d25b1699e5553e7" }
hashbrown = { version = "0.14.3" }
object_store = { version = "0.8.0" }
object_store = { version = "0.9.0" }
parquet = { version = "49.0.0", features = ["object_store"] }
pbjson = { version = "0.6.0" }
pbjson-build = { version = "0.6.2" }
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ md-5 = { version = "0.10" }
memchr = { version = "2" }
nom = { version = "7" }
num-traits = { version = "0.2", features = ["i128", "libm"] }
object_store = { version = "0.8", default-features = false, features = ["aws", "azure", "gcp"] }
object_store = { version = "0.9", default-features = false, features = ["aws", "azure", "gcp"] }
once_cell = { version = "1", features = ["parking_lot"] }
parking_lot = { version = "0.12", features = ["arc_lock"] }
percent-encoding = { version = "2" }
Expand Down

0 comments on commit a4473a0

Please sign in to comment.