Skip to content

update dependencies to resolve security audit findings#416

Merged
jadamcrain merged 5 commits intomainfrom
chore/update-dependencies
Mar 28, 2026
Merged

update dependencies to resolve security audit findings#416
jadamcrain merged 5 commits intomainfrom
chore/update-dependencies

Conversation

@jadamcrain
Copy link
Copy Markdown
Member

Summary

  • Updates aws-lc-sys 0.33.0 → 0.39.1 and rustls-webpki 0.103.8 → 0.103.10
  • Resolves 6 advisories (RUSTSEC-2026-0044 through 0049)
  • None were exploitable via this library's TLS usage (no PKCS7, no AES-CCM, no CRL checking), but updating keeps the audit clean

Updates aws-lc-sys 0.33.0 -> 0.39.1 and rustls-webpki 0.103.8 -> 0.103.10
to address 6 advisories (RUSTSEC-2026-0044 through 0049). None were
exploitable via this library's TLS usage, but updating keeps the audit clean.
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates numerous dependencies in Cargo.lock to their latest versions, including core libraries like tokio, serde_json, clap, and rustls. It also removes several unused or transitive dependencies such as bindgen, nom, and itertools, while adding the zmij package. I have no feedback to provide.

New transitive dependency via serde_json, replacing ryu for
double-to-string conversion. MIT licensed (dtolnay).
actions/checkout v4 -> v5, actions/upload-artifact v4 -> v5,
actions/download-artifact v4 -> v5. Node.js 20 actions will be
forced to Node.js 24 starting June 2, 2026.
softprops/action-gh-release v1 -> v2, crazy-max/ghaction-import-gpg v3 -> v7.
Both are Node.js runtime bumps with no input/output breaking changes.
New transitive dependency from jni-sys 0.4.x upgrade. MIT licensed,
same copyright as parent jni-sys crate.
@jadamcrain jadamcrain force-pushed the chore/update-dependencies branch from ca133c9 to 25b4438 Compare March 28, 2026 03:02
@jadamcrain jadamcrain merged commit aeba1b1 into main Mar 28, 2026
32 checks passed
@jadamcrain jadamcrain deleted the chore/update-dependencies branch March 28, 2026 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant