build(deps): bump openssl from 0.10.79 to 0.10.80#610
Conversation
Greptile SummaryRoutine dependency bump of
Confidence Score: 5/5Safe to merge — this is a targeted dependency bump that brings in a security fix and no breaking API changes. Both changed files are purely mechanical: the lock file records new checksums and the manifest updates the exact pinned version. The upstream release note describes only a buffer-overflow fix in an AES key-wrap code path and a build-system change (Homebrew path preference); no API removals or behavioral changes are noted. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[aw-sync/Cargo.toml\nLinux target dep] -->|version = 0.10.80, vendored| B[openssl 0.10.80]
B --> C[openssl-sys 0.9.116]
C --> D[libssl / libcrypto\nvendored build]
B -->|security fix| E[cipher_update_inplace\nbuffer overflow patched]
Reviews (2): Last reviewed commit: "build(deps): bump openssl from 0.10.79 t..." | Re-trigger Greptile |
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>
20de2b0 to
07828ee
Compare
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)