Skip to content

Commit ef936cd

Browse files
deps: Bump object_store from 0.11.2 to 0.13.0
Bumps [object_store](https://github.com/apache/arrow-rs-object-store) from 0.11.2 to 0.13.0. - [Changelog](https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs-object-store/commits/v0.13.0) --- updated-dependencies: - dependency-name: object_store dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb8cfa2 commit ef936cd

File tree

2 files changed

+16
-31
lines changed

2 files changed

+16
-31
lines changed

Cargo.lock

Lines changed: 15 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ webpki-roots = "0.26"
6262
sqlx = { version = "0.8", features = ["runtime-tokio", "sqlite"] }
6363

6464
# Object storage
65-
object_store = { version = "0.11", features = ["aws", "azure", "gcp", "http"] }
65+
object_store = { version = "0.13", features = ["aws", "azure", "gcp", "http"] }
6666
url = "2"
6767

6868
# Metrics

0 commit comments

Comments
 (0)