Skip to content

Commit

Permalink
Bump object_store from 0.10.2 to 0.11.1
Browse files Browse the repository at this point in the history
Bumps [object_store](https://github.com/apache/arrow-rs) from 0.10.2 to 0.11.1.
- [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.1)

---
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 Oct 24, 2024
1 parent 06c6a11 commit e2a7cf9
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 13 deletions.
64 changes: 53 additions & 11 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ datafusion-functions-nested = "41.0.0"
futures = "0.3"

itertools = ">=0.10.0"
object_store = { version = "0.10.2", features = ["aws", "azure", "gcp"] }
object_store = { version = "0.11.1", features = ["aws", "azure", "gcp"] }
prost = "0.12.6"

serde = "1.0.213"
Expand Down Expand Up @@ -105,7 +105,7 @@ lazy_static = ">=1.4.0"
metrics = { version = "0.23.0" }
metrics-exporter-prometheus = { version = "0.15.3" }
moka = { version = "0.12.5", default-features = false, features = ["future", "atomic64", "quanta"] }
object_store = { version = "0.10.2", features = ["aws", "azure", "gcp"] }
object_store = { version = "0.11.1", features = ["aws", "azure", "gcp"] }
object_store_factory = { path = "object_store_factory" }
percent-encoding = "2.2.0"
prost = { workspace = true }
Expand Down

0 comments on commit e2a7cf9

Please sign in to comment.