deps(deps): bump rustls from 0.23.43 to 0.23.44 - #280
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.43 to 0.23.44. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.43...v/0.23.44) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.44 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Up to standards ✅🟢 Issues
|
There was a problem hiding this comment.
Pull Request Overview
This PR is intended to update the rustls dependency from 0.23.43 to 0.23.44 to address TLS 1.2/1.3 signature scheme compatibility and introduce ML-DSA support via the aws-lc-rs provider. Codacy analysis indicates the project remains up to standards with no new issues.
However, a significant gap exists: the provided diff does not contain the required changes to Cargo.toml. As the primary acceptance criterion for this dependency bump is the manifest update, the PR cannot be validated as-is. There are no identified security flaws or logic bugs, but the missing implementation prevents a successful merge.
About this PR
- The provided diff does not contain changes to
Cargo.tomlor other source files (only an exclusion ofCargo.lockwas noted). The actual implementation of the version bump is not visible and must be included to satisfy the acceptance criteria.
Test suggestions
- Verify that the project compiles and existing TLS-dependent features function correctly with the updated rustls version.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the project compiles and existing TLS-dependent features function correctly with the updated rustls version.
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
Bumps rustls from 0.23.43 to 0.23.44.
Commits
64ad386Bump version to 0.23.441efbf66bogo: remove PostQuantum setupe78162faws-lc-rs: add support for ML-DSA signaturesd880772bogo: extract Options::provider() helper87201d6bogo: force all callers to get provider from Options93657e3server: limit 1.2 certificate requests to 1.2-compatible signature schemesbbd3c9aclient: avoid sending 1.3-only signature schemes if no cipher suites configuredeb57688tls12: require known signature algorithme7a9ceftls12: send illegal_parameter alert for kx signed with wrong algorithm06a546dbogo: take latestDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)