Skip to content

Commit

Permalink
Bump azure_storage_blobs from 0.13.1 to 0.16.0
Browse files Browse the repository at this point in the history
Bumps [azure_storage_blobs](https://github.com/azure/azure-sdk-for-rust) from 0.13.1 to 0.16.0.
- [Release notes](https://github.com/azure/azure-sdk-for-rust/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-rust/blob/main/HISTORY.md)
- [Commits](https://github.com/azure/azure-sdk-for-rust/commits)

---
updated-dependencies:
- dependency-name: azure_storage_blobs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent ca41122 commit ed7c78a
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 8 deletions.
75 changes: 68 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/daft-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aws-sigv4 = "0.55.3"
aws-smithy-async = "0.55.3"
aws-smithy-client = "0.55.3"
azure_storage = {version = "0.13.0", features = ["enable_reqwest"], default-features = false}
azure_storage_blobs = {version = "0.13.1", features = ["enable_reqwest"], default-features = false}
azure_storage_blobs = {version = "0.16.0", features = ["enable_reqwest"], default-features = false}
bytes = {workspace = true}
common-error = {path = "../common/error", default-features = false}
common-io-config = {path = "../common/io-config", default-features = false}
Expand Down

0 comments on commit ed7c78a

Please sign in to comment.