Skip to content

Commit 605e043

Browse files
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] <support@github.com>
1 parent e10ccbd commit 605e043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure_devops_rust_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ once_cell = "1"
3939
uuid = { version = "1", features = ["serde", "v4", "js"] }
4040

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

0 commit comments

Comments
 (0)