Skip to content

Commit

Permalink
Bump the azure-sdk group with 2 updates (#396)
Browse files Browse the repository at this point in the history
Bumps the azure-sdk group with 2 updates: [azure_core](https://github.com/azure/azure-sdk-for-rust) and [azure_storage_blobs](https://github.com/azure/azure-sdk-for-rust).


Updates `azure_core` from 0.15.0 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)

Updates `azure_storage_blobs` from 0.15.0 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_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure-sdk
- dependency-name: azure_storage_blobs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure-sdk
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
1 parent 089ba9e commit 4d4ee9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
26 changes: 8 additions & 18 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ libc = "0.2"

async-channel = {version="1.9", optional=true}
atty = {version="0.2", optional=true}
azure_core = {version="0.15", optional=true}
azure_storage_blobs = {version="0.15", optional=true}
azure_core = {version="0.16", optional=true}
azure_storage_blobs = {version="0.16", optional=true}
indicatif = {version="0.17", optional=true}
native-tls = {version="0.2", features=["vendored"], optional=true}
reqwest = {version="0.11", optional=true}
Expand Down

0 comments on commit 4d4ee9e

Please sign in to comment.