Skip to content

Commit

Permalink
build(deps): bump object_store from 0.11.1 to 0.11.2
Browse files Browse the repository at this point in the history
Bumps [object_store](https://github.com/apache/arrow-rs) from 0.11.1 to 0.11.2.
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@object_store_0.11.1...object_store_0.11.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2024
1 parent c445f5c commit de3f1a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
18 changes: 4 additions & 14 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 @@ -40,7 +40,7 @@ async-trait = "0.1.82"
datafusion = { version = "43", features = ["compression", "parquet"] }
futures = "0.3"
noodles = { version = "0.87" }
object_store = { version = "0.11.0" }
object_store = { version = "0.11.2" }
tokio = { version = "1", features = ["io-util"] }
tokio-util = { version = "0.7.13", features = ["compat"] }
url = { version = "2.5.2" }
Expand Down

0 comments on commit de3f1a1

Please sign in to comment.