build(deps): bump openssl from 0.10.79 to 0.10.80#610
Conversation
Bumps [openssl](https://github.com/rust-openssl/rust-openssl) from 0.10.79 to 0.10.80. - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.79...openssl-v0.10.80) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.80 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryRoutine Dependabot bump of
Confidence Score: 5/5Safe to merge — two-file dependency bump with no logic changes and a security fix included. Both changed files are mechanical version-string and checksum updates generated by Dependabot. The new release patches a buffer overflow in AES key-wrap-with-padding, making the upgrade desirable. The Cargo.lock checksums match the published crate versions, and the pinned constraint in aw-sync/Cargo.toml is kept in sync. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[dependabot PR] --> B[aw-sync/Cargo.toml\nopenssl 0.10.79 → 0.10.80]
B --> C[Cargo.lock\nopenssl 0.10.79 → 0.10.80\nopenssl-sys 0.9.115 → 0.9.116]
C --> D{Target platform}
D -->|Linux vendored| E[openssl 0.10.80\nwith vendored feature]
D -->|Other| F[openssl resolved\nfrom registry]
E --> G[Fix: AES key-wrap buffer overflow\nin cipher_update_inplace]
F --> G
Reviews (1): Last reviewed commit: "build(deps): bump openssl from 0.10.79 t..." | Re-trigger Greptile |
Bumps openssl from 0.10.79 to 0.10.80.
Release notes
Sourced from openssl's releases.
Commits
35be7aeRelease openssl 0.10.80 and openssl-sys 0.9.116 (#2639)19eceb2Fix output buffer overflow in cipher_update_inplace for AES key-wrap-with-pad...b460eb3Prefer Homebrew openssl@4 and stop looking for openssl@1.1 (#2633)Dependabot 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)You can disable automated security fix PRs for this repo from the Security Alerts page.