diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c8f76e..a7cd5e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changes + +- Update `azure_core` and `azure_identity` to 0.33. + ## [0.34.0] ### Changes diff --git a/azure_devops_rust_api/Cargo.toml b/azure_devops_rust_api/Cargo.toml index 97094130..e2535197 100644 --- a/azure_devops_rust_api/Cargo.toml +++ b/azure_devops_rust_api/Cargo.toml @@ -21,7 +21,7 @@ rust-version = "1.80.0" doctest = false [dependencies] -azure_core = { version = "0.32", default-features = true } +azure_core = { version = "0.33", default-features = true } serde = { version = "1", features = ["derive"] } serde_json = "1" bytes = "1" @@ -39,7 +39,7 @@ once_cell = "1" uuid = { version = "1", features = ["serde", "v4", "js"] } [dev-dependencies] -azure_identity = "0.32" +azure_identity = "0.33" tokio = { version = "1", features = ["full"] } anyhow = "1" tracing-subscriber = "0.3"