fix(deps): update all non-major dependencies #104
Merged
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
0.27.0->0.28.00.27.0->0.28.024.2.7->24.2.83.21.0->3.22.0Release Notes
azure/azure-sdk-for-rust (azure_core)
v0.28.0Compare Source
0.28.0 (2025-09-11)
Features Added
RawResponsetoErrorKind::HttpResponsethat contains the HTTP status code, headers, and complete error response body.RequestContent::from_slice().TokenRequestOptions { method_options: ClientMethodOptions }.TryFrom<T> for RequestContent<T, JsonFormat>for JSON primitives.async_runtimemodule.azure_core::http::ClientOptionshas been enhanced with aLoggingOptionswhich allows a user/service client to specify headers or URL query parameters which should be allowed. Note that the sanitization feature is disabled if you build with thedebugfeature enabled.azure_core::error::http::ErrorResponsestructure which describes an error according to the Azure REST API guidelines.azure_core::http::check_success(BufResponse)function to convert a buffered response to anErrorKind::HttpResponse.Breaking Changes
TokenRequestOptions.ClientOptions. This adds a new optionalPipelineOptionsparameter toazure_core::http::Pipeline::new(). If not specified, it defaults to the expected options forazure_coreservices.FromStr for RequestContent<T, F>toRequestContent::from_str().TryFrom<&'static str> for RequestContent<T, F>toRequestContent::from_static().TryFrom<Bytes> for RequestContent<T, F>toFrom<Bytes> for RequestContent<T, F>because it was already infallible.TryFrom<Vec<u8>> for RequestContent<T, F>sinceRequestContent::from()already exists.reqwest_rustls_tls. See README.md for alternative HTTP client configuration.fsmodule including theFileStreamandFileStreamBuildertypes. Moved toexamples/fortypespec_client_coreto copy if needed.settersmacro.RawResponsetoBufResponse. NewRawResponsecontains complete body asBytesused inErrorKind::HttpResponse.semantic-release/semantic-release (semantic-release)
v24.2.8Compare Source
Bug Fixes
Stebalien/tempfile (tempfile)
v3.22.0Compare Source
windows-sysrequirement to allow version 0.61.xunstable-windows-keep-open-tempfilefeature.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.