Skip to content

Commit

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


Updates `azure_core` from 0.17.0 to 0.19.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.17.0 to 0.19.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` from 0.17.0 to 0.19.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
- dependency-name: azure_storage_blobs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
- dependency-name: azure_storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent b9d7bb9 commit 00bd238
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 14 deletions.
71 changes: 60 additions & 11 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ actix-rt = "2.9"
actix-service = "2.0.2"
actix-web = "4.5"
async-trait = "0.1.77"
azure_core = "0.17"
azure_storage_blobs = "0.17"
azure_storage = "0.17"
azure_core = "0.19"
azure_storage_blobs = "0.19"
azure_storage = "0.19"
chrono = { version = "0.4", features = ["serde"] }
env_logger = "0.11"
futures = "0.3"
Expand Down

0 comments on commit 00bd238

Please sign in to comment.