chore(deps): update Azure crates (March 2026 release)#25169
Open
jlaundry wants to merge 1 commit intovectordotdev:masterfrom
Open
chore(deps): update Azure crates (March 2026 release)#25169jlaundry wants to merge 1 commit intovectordotdev:masterfrom
jlaundry wants to merge 1 commit intovectordotdev:masterfrom
Conversation
10 tasks
pront
reviewed
Apr 13, 2026
| // Use reqwest v0.12 since Azure SDK only implements HttpClient for reqwest::Client v0.12 | ||
| let mut reqwest_builder = reqwest_12::ClientBuilder::new(); | ||
| // Use reqwest v0.13 since Azure SDK only implements HttpClient for reqwest::Client v0.13 | ||
| let mut reqwest_builder = reqwest_13::ClientBuilder::new(); |
There was a problem hiding this comment.
FWIW, this was because the reqwest dependency in azure_core moved from v12 to v13, and there are incompatibilities between the two.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update the Azure dependencies to the March 2026 release.
azure_coreandazure_identityinclude minor bug fixes, but as per @LarryOstermanazure_storage_blob 0.10.1includes some significant performance improvements.(
azure_core 0.34andazure_identity 0.34were just released, but the matchingazure_storage_blob 0.11is not ready yet - we'll revisit that next month.)Vector configuration
N/A
How did you test this PR?
Integration tests & soak test in my lab environment.
Change Type
Is this a breaking change?
Does this PR include user facing changes?
no-changeloglabel to this PR.References