From 605e043fddfb7d0c874ba9c46b435934344510ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 11:22:58 +0000 Subject: [PATCH] Update azure_identity requirement in /azure_devops_rust_api Updates the requirements on [azure_identity](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/azure_identity@0.35.0...azure_identity@1.0.0) --- updated-dependencies: - dependency-name: azure_identity dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- azure_devops_rust_api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure_devops_rust_api/Cargo.toml b/azure_devops_rust_api/Cargo.toml index 8d17c2e5..7a73d41e 100644 --- a/azure_devops_rust_api/Cargo.toml +++ b/azure_devops_rust_api/Cargo.toml @@ -39,7 +39,7 @@ once_cell = "1" uuid = { version = "1", features = ["serde", "v4", "js"] } [dev-dependencies] -azure_identity = "0.35" +azure_identity = "1.0" tokio = { version = "1", features = ["full"] } anyhow = "1" tracing-subscriber = "0.3"