chore(deps): bump the azure group across 1 directory with 3 updates#25472
chore(deps): bump the azure group across 1 directory with 3 updates#25472dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9b5c9640b9
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| [[package]] | ||
| name = "azure_storage_blob" | ||
| version = "0.10.1" | ||
| version = "1.0.0" |
There was a problem hiding this comment.
Keep azure_storage_blob on pre-1.0 API version
Bumping azure_storage_blob to 1.0.0 here breaks the Azure sink feature builds because the codebase still uses the pre-1.0 API, e.g. BlobContainerClient::from_url(...) in src/sinks/azure_common/config.rs (around line 640), while 1.0 removes/renames that constructor; with sinks-azure_blob or sinks-azure_logs_ingestion enabled this causes compile failures until the migration is completed.
Useful? React with 👍 / 👎.
| "async-stream", | ||
| "async-trait", | ||
| "azure_core", | ||
| "azure_core 1.0.0", |
There was a problem hiding this comment.
Align Azure core major versions for sink credentials
This lockfile now mixes azure_core 1.0.0 for azure_storage_blob with azure_identity still bound to azure_core 0.33.0, so the token credential type produced by azure_identity in src/sinks/azure_common/config.rs is from a different crate major than the blob client expects; for Azure sink builds this becomes a hard type mismatch until the Azure crates are upgraded together.
Useful? React with 👍 / 👎.
| [[package]] | ||
| name = "azure_storage_blob" | ||
| version = "0.10.1" | ||
| version = "1.0.0" |
There was a problem hiding this comment.
Restore lockfile version compatible with manifest constraint
Cargo.toml still declares azure_storage_blob = "0.10.1" (a caret constraint that only allows <0.11), but this commit pins azure_storage_blob to 1.0.0 in Cargo.lock; that manifest/lock mismatch makes locked dependency resolution fail (for example with cargo ... --locked) before compilation starts.
Useful? React with 👍 / 👎.
|
FYI @jlaundry |
Bumps the azure group with 3 updates in the / directory: [azure_core](https://github.com/azure/azure-sdk-for-rust), [azure_identity](https://github.com/azure/azure-sdk-for-rust) and [azure_storage_blob](https://github.com/azure/azure-sdk-for-rust). Updates `azure_core` from 0.33.0 to 1.0.0 - [Release notes](https://github.com/azure/azure-sdk-for-rust/releases) - [Commits](https://github.com/azure/azure-sdk-for-rust/compare/azure_core@0.33.0...azure_core@1.0.0) Updates `azure_identity` from 0.33.0 to 1.0.0 - [Release notes](https://github.com/azure/azure-sdk-for-rust/releases) - [Commits](https://github.com/azure/azure-sdk-for-rust/compare/azure_identity@0.33.0...azure_identity@1.0.0) Updates `azure_storage_blob` from 0.10.1 to 1.0.0 - [Release notes](https://github.com/azure/azure-sdk-for-rust/releases) - [Commits](https://github.com/azure/azure-sdk-for-rust/compare/azure_storage_blob@0.10.1...azure_storage_blob@1.0.0) --- updated-dependencies: - dependency-name: azure_core dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: azure - dependency-name: azure_identity dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: azure - dependency-name: azure_storage_blob dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: azure ... Signed-off-by: dependabot[bot] <support@github.com>
9b5c964 to
6a5e8f4
Compare
Bumps the azure group with 3 updates in the / directory: azure_core, azure_identity and azure_storage_blob.
Updates
azure_corefrom 0.33.0 to 1.0.0Release notes
Sourced from azure_core's releases.
... (truncated)
Commits
c3c92edSync eng/common directory with azure-sdk-tools for PR 14495 (#4390)21d9225[Storage] Clean-up cspell for storage crates (#4385)44e2b7dUpgrade openssl (#4384)bba3112[Storage] Removeget_page_rangesfromazure_storage_blob, other misc fixe...bcf905aSync eng/common directory with azure-sdk-tools for PR 15357 (#4309)5af6821Add per-operation latency tracking for perf tests (#4381)8d66f9bPrepare for 1.0.0 release of core, identity (#4383)4d2ed7dRemoved.into_stream()from Keyvault readme files since it is not necessary...eb73b7e[Storage] Unifyblob_tags_stringandBlobTagsusage (#4374)0e71ec1[Storage] Patch trust boundary inpartitioned_stream(#4364)Updates
azure_identityfrom 0.33.0 to 1.0.0Release notes
Sourced from azure_identity's releases.
Commits
c3c92edSync eng/common directory with azure-sdk-tools for PR 14495 (#4390)21d9225[Storage] Clean-up cspell for storage crates (#4385)44e2b7dUpgrade openssl (#4384)bba3112[Storage] Removeget_page_rangesfromazure_storage_blob, other misc fixe...bcf905aSync eng/common directory with azure-sdk-tools for PR 15357 (#4309)5af6821Add per-operation latency tracking for perf tests (#4381)8d66f9bPrepare for 1.0.0 release of core, identity (#4383)4d2ed7dRemoved.into_stream()from Keyvault readme files since it is not necessary...eb73b7e[Storage] Unifyblob_tags_stringandBlobTagsusage (#4374)0e71ec1[Storage] Patch trust boundary inpartitioned_stream(#4364)Updates
azure_storage_blobfrom 0.10.1 to 1.0.0Release notes
Sourced from azure_storage_blob's releases.
... (truncated)
Commits
9c562dc[Storage] APIView Feedback pre-initial GA (#4404)5f684db[Storage] Prepazure_storage_blobandazure_storage_queuefor GA release ...208920bSync eng/common directory with azure-sdk-tools for PR 15591 (#4399)36e9a80[Storage] Change parallelism defaults, changenew()impl, dropfrom_url()...b18921fPrepare Key Vault for 1.0.0 (#4387)c3c92edSync eng/common directory with azure-sdk-tools for PR 14495 (#4390)21d9225[Storage] Clean-up cspell for storage crates (#4385)44e2b7dUpgrade openssl (#4384)bba3112[Storage] Removeget_page_rangesfromazure_storage_blob, other misc fixe...bcf905aSync eng/common directory with azure-sdk-tools for PR 15357 (#4309)