Skip to content

Commit ce1f220

Browse files
chore(deps): bump object_store from 0.13.2 to 0.14.0 (#1747)
Bumps [object_store](https://github.com/apache/arrow-rs-object-store) from 0.13.2 to 0.14.0. - [Changelog](https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs-object-store@v0.13.2...v0.14.0) --- updated-dependencies: - dependency-name: object_store dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2fd45ed commit ce1f220

2 files changed

Lines changed: 59 additions & 20 deletions

File tree

Cargo.lock

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

crates/assay-evidence/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ serde_yaml = "0.9"
4141
globset = "0.4"
4242

4343
# BYOS: Object storage (S3, Azure, GCS, local, memory)
44-
object_store = { version = "0.13", features = ["aws", "http"] }
44+
object_store = { version = "0.14", features = ["aws", "http"] }
4545
async-trait = "0.1"
4646
bytes = "1.5"
4747
futures = "0.3"

0 commit comments

Comments
 (0)