Skip to content

Commit db0a81e

Browse files
authored
Update azure core and identity to 0.21 (#517)
1 parent 6f28506 commit db0a81e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changes
11+
- Update `azure_core`, `azure_identity` to 0.21.
12+
13+
1014
### [0.23.0]
1115

1216
### Breaking change
@@ -59,7 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5963
- Change example code `util::get_credential` return type from `Credential` to `Result<Credential>`,
6064
as `DefaultAzureCredentialBuilder::build()` is now fallible.
6165
- Reinstate wasm build in CI pipeline.
62-
- Fix `telemetry` code wasm build.
66+
- Fix `telemetry` code wasm build.
6367
- Update `vsts-rest-api-specs` to latest version
6468
- Additional parameters in `approvals_and_checks::ApprovalQueryParameters`
6569
- `approver_status`

azure_devops_rust_api/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rust-version = "1.64.0"
2323
doctest = false
2424

2525
[dependencies]
26-
azure_core = { version = "0.20", default-features = true }
26+
azure_core = { version = "0.21", default-features = true }
2727
serde = { version = "1", features = ["derive"] }
2828
serde_json = "1"
2929
bytes = "1"
@@ -35,7 +35,7 @@ tracing = "0.1"
3535
once_cell = "1"
3636

3737
[dev-dependencies]
38-
azure_identity = "0.20"
38+
azure_identity = "0.21"
3939
tokio = { version = "1", features = ["full"] }
4040
anyhow = "1"
4141
tracing-subscriber = "0.3"

0 commit comments

Comments
 (0)