Skip to content

Commit 61404a2

Browse files
Update azure_core, azure_identity from 0.23 to 0.24 in /azure_devops_rust_api (#618)
* Update azure_core requirement in /azure_devops_rust_api Updates the requirements on [azure_core](https://github.com/azure/azure-sdk-for-rust) to permit the latest version. - [Release notes](https://github.com/azure/azure-sdk-for-rust/releases) - [Commits](https://github.com/azure/azure-sdk-for-rust/compare/[email protected][email protected]) --- updated-dependencies: - dependency-name: azure_core dependency-version: 0.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update azure_identity to 0.24 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Batty <[email protected]>
1 parent 4234b3d commit 61404a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure_devops_rust_api/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rust-version = "1.80.0"
2121
doctest = false
2222

2323
[dependencies]
24-
azure_core = { version = "0.23", default-features = true }
24+
azure_core = { version = "0.24", default-features = true }
2525
serde = { version = "1", features = ["derive"] }
2626
serde_json = "1"
2727
bytes = "1"
@@ -39,7 +39,7 @@ once_cell = "1"
3939
uuid = { version = "1", features = ["serde", "v4", "js"] }
4040

4141
[dev-dependencies]
42-
azure_identity = "0.23"
42+
azure_identity = "0.24"
4343
tokio = { version = "1", features = ["full"] }
4444
anyhow = "1"
4545
tracing-subscriber = "0.3"

0 commit comments

Comments
 (0)