diff --git a/azure_devops_rust_api/Cargo.toml b/azure_devops_rust_api/Cargo.toml index 5a61a96..49e671a 100644 --- a/azure_devops_rust_api/Cargo.toml +++ b/azure_devops_rust_api/Cargo.toml @@ -35,7 +35,7 @@ tracing = "0.1" once_cell = "1" [dev-dependencies] -azure_identity = "0.21" +azure_identity = "0.22" tokio = { version = "1", features = ["full"] } anyhow = "1" tracing-subscriber = "0.3"