Skip to content

Commit 977a064

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/[email protected][email protected]) --- updated-dependencies: - dependency-name: azure_identity dependency-version: 0.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fd39a91 commit 977a064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.28"
42+
azure_identity = "0.29"
4343
tokio = { version = "1", features = ["full"] }
4444
anyhow = "1"
4545
tracing-subscriber = "0.3"

0 commit comments

Comments
 (0)