Skip to content

Commit d4bcffd

Browse files
Bump azure_core from 0.21.0 to 0.22.0 in the azure-sdk group
Bumps the azure-sdk group with 1 update: [azure_core](https://github.com/azure/azure-sdk-for-rust). Updates `azure_core` from 0.21.0 to 0.22.0 - [Release notes](https://github.com/azure/azure-sdk-for-rust/releases) - [Commits](https://github.com/azure/azure-sdk-for-rust/compare/[email protected]) --- updated-dependencies: - dependency-name: azure_core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: azure-sdk ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6629628 commit d4bcffd

File tree

2 files changed

+75
-5
lines changed

2 files changed

+75
-5
lines changed

Cargo.lock

+74-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ thiserror = "2.0"
3131
libc = "0.2"
3232

3333
async-channel = {version="2.3", optional=true}
34-
azure_core = {version="0.21", optional=true}
34+
azure_core = {version="0.22", optional=true}
3535
azure_storage_blobs = {version="0.21", optional=true}
3636
indicatif = {version="0.17", optional=true}
3737
native-tls = {version="0.2", features=["vendored"], optional=true}

0 commit comments

Comments
 (0)