Skip to content

Commit 4bcb3e4

Browse files
build(deps): bump object_store from 0.11.0 to 0.11.1
Bumps [object_store](https://github.com/apache/arrow-rs) from 0.11.0 to 0.11.1. - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md) - [Commits](apache/arrow-rs@object_store_0.11.0...object_store_0.11.1) --- updated-dependencies: - dependency-name: object_store dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7007e02 commit 4bcb3e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -45,7 +45,7 @@ uuid = { version = "1.11", features = ["v4"] }
4545
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }
4646
async-trait = "0.1"
4747
futures = "0.3"
48-
object_store = { version = "0.11.0", features = ["aws", "gcp", "azure", "http"] }
48+
object_store = { version = "0.11.1", features = ["aws", "gcp", "azure", "http"] }
4949
url = "2"
5050

5151
[build-dependencies]

0 commit comments

Comments
 (0)