Skip to content

Commit

Permalink
chore(deps): Bump azure_core from 0.13.0 to 0.14.0 (vectordotdev#18361)
Browse files Browse the repository at this point in the history
* chore(deps): Bump azure_core from 0.13.0 to 0.14.0

Bumps [azure_core](https://github.com/azure/azure-sdk-for-rust) from 0.13.0 to 0.14.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
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update related Azure dependencies

Signed-off-by: Jesse Szwedko <[email protected]>

* Update azure everywhere

Signed-off-by: Stephen Wakely <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Jesse Szwedko <[email protected]>
Signed-off-by: Stephen Wakely <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Szwedko <[email protected]>
Co-authored-by: Stephen Wakely <[email protected]>
  • Loading branch information
3 people authored Sep 6, 2023
1 parent 8981cba commit 0bbb152
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ aws-smithy-http-tower = { git = "https://github.com/vectordotdev/aws-sdk-rust",
aws-smithy-types = { git = "https://github.com/vectordotdev/aws-sdk-rust", rev = "3d6aefb7fcfced5fc2a7e761a87e4ddbda1ee670", default-features = false, optional = true }

# Azure
azure_core = { version = "0.13", default-features = false, features = ["enable_reqwest"], optional = true }
azure_identity = { version = "0.13", default-features = false, features = ["enable_reqwest"], optional = true }
azure_storage = { version = "0.13", default-features = false, optional = true }
azure_storage_blobs = { version = "0.13", default-features = false, optional = true }
azure_core = { version = "0.14", default-features = false, features = ["enable_reqwest"], optional = true }
azure_identity = { version = "0.14", default-features = false, features = ["enable_reqwest"], optional = true }
azure_storage = { version = "0.14", default-features = false, optional = true }
azure_storage_blobs = { version = "0.14", default-features = false, optional = true }

# OpenDAL
opendal = {version = "0.38", default-features = false, features = ["native-tls", "services-webhdfs"], optional = true}
Expand Down Expand Up @@ -353,10 +353,10 @@ openssl-src = { version = "300", default-features = false, features = ["force-en
[dev-dependencies]
approx = "0.5.1"
assert_cmd = { version = "2.0.12", default-features = false }
azure_core = { version = "0.13", default-features = false, features = ["enable_reqwest", "azurite_workaround"] }
azure_identity = { version = "0.13", default-features = false, features = ["enable_reqwest"] }
azure_storage_blobs = { version = "0.13", default-features = false, features = ["azurite_workaround"] }
azure_storage = { version = "0.13", default-features = false }
azure_core = { version = "0.14", default-features = false, features = ["enable_reqwest", "azurite_workaround"] }
azure_identity = { version = "0.14", default-features = false, features = ["enable_reqwest"] }
azure_storage_blobs = { version = "0.14", default-features = false, features = ["azurite_workaround"] }
azure_storage = { version = "0.14", default-features = false }
base64 = "0.21.3"
criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }
itertools = { version = "0.11.0", default-features = false, features = ["use_alloc"] }
Expand Down

0 comments on commit 0bbb152

Please sign in to comment.