Skip to content

Commit 0a02667

Browse files
build(deps): bump object_store from 0.11.2 to 0.12.0
Bumps [object_store](https://github.com/apache/arrow-rs) from 0.11.2 to 0.12.0. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/commits) --- updated-dependencies: - dependency-name: object_store dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d0315ff commit 0a02667

File tree

2 files changed

+37
-12
lines changed

2 files changed

+37
-12
lines changed

Cargo.lock

+36-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ uuid = { version = "1.12", features = ["v4"] }
4747
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }
4848
async-trait = "0.1.73"
4949
futures = "0.3"
50-
object_store = { version = "0.11.0", features = ["aws", "gcp", "azure", "http"] }
50+
object_store = { version = "0.12.0", features = ["aws", "gcp", "azure", "http"] }
5151
url = "2"
5252

5353
[build-dependencies]

0 commit comments

Comments
 (0)