update dependencies to resolve security audit findings#416
Merged
jadamcrain merged 5 commits intomainfrom Mar 28, 2026
Merged
Conversation
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.
There was a problem hiding this comment.
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.
ca133c9 to
25b4438
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
aws-lc-sys0.33.0 → 0.39.1 andrustls-webpki0.103.8 → 0.103.10