Skip to content

Commit e79e5ca

Browse files
Bump azure_core from 0.21.0 to 0.29.1 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.29.1 - [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-version: 0.29.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: azure-sdk ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de12e1e commit e79e5ca

File tree

2 files changed

+131
-7
lines changed

2 files changed

+131
-7
lines changed

Cargo.lock

Lines changed: 130 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.5", optional=true}
34-
azure_core = {version="0.21", optional=true, default-features=false}
34+
azure_core = {version="0.29", optional=true, default-features=false}
3535
azure_storage_blobs = {version="0.21", optional=true, default-features=false}
3636
indicatif = {version="0.18", optional=true, default-features=false}
3737
native-tls = {version="0.2", features=["vendored"], optional=true, default-features=false}

0 commit comments

Comments
 (0)