diff --git a/azure_devops_rust_api/Cargo.toml b/azure_devops_rust_api/Cargo.toml index f6b7bdeb..bdfead3a 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.28" +azure_identity = "0.30" tokio = { version = "1", features = ["full"] } anyhow = "1" tracing-subscriber = "0.3"