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 28, 2024
1 parent 79c22d6 commit dced93b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 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 @@ -47,7 +47,7 @@ uuid = { version = "1.11", features = ["v4"] }
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }
async-trait = "0.1"
futures = "0.3"
object_store = { version = "0.11.0", features = ["aws", "gcp", "azure", "http"] }
object_store = { version = "0.11.2", features = ["aws", "gcp", "azure", "http"] }
url = "2"

[build-dependencies]
Expand Down

0 comments on commit dced93b

Please sign in to comment.