File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Changes
11
+ - Update ` azure_core ` , ` azure_identity ` to 0.21.
12
+
13
+
10
14
### [ 0.23.0]
11
15
12
16
### Breaking change
@@ -59,7 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
59
63
- Change example code ` util::get_credential ` return type from ` Credential ` to ` Result<Credential> ` ,
60
64
as ` DefaultAzureCredentialBuilder::build() ` is now fallible.
61
65
- Reinstate wasm build in CI pipeline.
62
- - Fix ` telemetry ` code wasm build.
66
+ - Fix ` telemetry ` code wasm build.
63
67
- Update ` vsts-rest-api-specs ` to latest version
64
68
- Additional parameters in ` approvals_and_checks::ApprovalQueryParameters `
65
69
- ` approver_status `
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ rust-version = "1.64.0"
23
23
doctest = false
24
24
25
25
[dependencies ]
26
- azure_core = { version = " 0.20 " , default-features = true }
26
+ azure_core = { version = " 0.21 " , default-features = true }
27
27
serde = { version = " 1" , features = [" derive" ] }
28
28
serde_json = " 1"
29
29
bytes = " 1"
@@ -35,7 +35,7 @@ tracing = "0.1"
35
35
once_cell = " 1"
36
36
37
37
[dev-dependencies ]
38
- azure_identity = " 0.20 "
38
+ azure_identity = " 0.21 "
39
39
tokio = { version = " 1" , features = [" full" ] }
40
40
anyhow = " 1"
41
41
tracing-subscriber = " 0.3"
You can’t perform that action at this time.
0 commit comments