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