Skip to content

Commit 7b18ee4

Browse files
johnbattyclaude
andauthored
Update azure_core, azure_identity to 0.32 (microsoft#741)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 99ee2bc commit 7b18ee4

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
12+
- Update `azure_core` and `azure_identity` to 0.32.
13+
1014
## [0.33.0]
1115

1216
### Changes

azure_devops_rust_api/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rust-version = "1.80.0"
2121
doctest = false
2222

2323
[dependencies]
24-
azure_core = { version = "0.30", default-features = true }
24+
azure_core = { version = "0.32", default-features = true }
2525
serde = { version = "1", features = ["derive"] }
2626
serde_json = "1"
2727
bytes = "1"
@@ -39,7 +39,7 @@ once_cell = "1"
3939
uuid = { version = "1", features = ["serde", "v4", "js"] }
4040

4141
[dev-dependencies]
42-
azure_identity = "0.30"
42+
azure_identity = "0.32"
4343
tokio = { version = "1", features = ["full"] }
4444
anyhow = "1"
4545
tracing-subscriber = "0.3"

0 commit comments

Comments
 (0)