Skip to content

Commit 7c45e01

Browse files
committed
Update azure_core, azure_identity to 0.35
1 parent ea17a77 commit 7c45e01

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
@@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121

2222
- All generated enum types now implement `std::fmt::Display`.
2323

24+
### Dependencies
25+
26+
- Update `azure_core` and `azure_identity` to 0.35.
27+
2428
### Changed
2529

2630
- **Breaking:** Query and path parameters that accept a fixed set of values are

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.34", default-features = true }
24+
azure_core = { version = "0.35", 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.34"
42+
azure_identity = "0.35"
4343
tokio = { version = "1", features = ["full"] }
4444
anyhow = "1"
4545
tracing-subscriber = "0.3"

0 commit comments

Comments
 (0)