Skip to content

Commit f0af095

Browse files
build(deps): bump object_store from 0.12.2 to 0.12.3 (#1189)
Bumps [object_store](https://github.com/apache/arrow-rs-object-store) from 0.12.2 to 0.12.3. - [Changelog](https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs-object-store@v0.12.2...v0.12.3) --- updated-dependencies: - dependency-name: object_store dependency-version: 0.12.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8ddb87 commit f0af095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ uuid = { version = "1.16", features = ["v4"] }
4848
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }
4949
async-trait = "0.1.88"
5050
futures = "0.3"
51-
object_store = { version = "0.12.1", features = ["aws", "gcp", "azure", "http"] }
51+
object_store = { version = "0.12.3", features = ["aws", "gcp", "azure", "http"] }
5252
url = "2"
5353
log = "0.4.27"
5454

0 commit comments

Comments
 (0)