fix(deps): security updates#139
Merged
Merged
Conversation
…versions) czech-file-knife/Cargo.lock: - aws-lc-sys 0.36.0 -> 0.41.0 (>= patched 0.39.0, via aws-lc-rs 1.15.3 -> 1.17.0) - lz4_flex 0.11.5 -> 0.11.6 (patched) - rand 0.9.2 -> 0.9.3 (patched) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Applied available Dependabot Rust security updates via
cargo update(no Cargo.toml major edits, no hand-edited checksums).LOCKFILE A — czech-file-knife/Cargo.lock
Fixed (in-range):
aws-lc-sys0.36.0 -> 0.41.0 (>= patched 0.39.0; pulled in by bumpingaws-lc-rs1.15.3 -> 1.17.0)lz4_flex0.11.5 -> 0.11.6 (patched)rand0.9.2 -> 0.9.3 (patched)Flagged — needs-manual-major (patched version outside current semver range):
surrealdb2.6.5 -> needs 3.1.5 (workspace pins^2.6.1via cfk-cache; 3.x is a major bump)jsonwebtoken9.3.1 -> needs 10.3.0 (transitively pinned^9.3.0by surrealdb-core 2.6.5; blocked behind the surrealdb major bump)lru0.12.5 -> needs 0.16.3 (pinned^0.12.0by tantivy 0.25.0; a separate already-patched 0.18.0 entry also exists)LOCKFILE B — rescript-ecosystem/.../opsm-shell/src-tauri/Cargo.lock
rand-> 0.9.3: not applicable / flagged. Lock contains only rand 0.7.3 and 0.8.5 (no 0.9.x present); both are pinned pre-0.9 by tauri 1.8.3 / phf_generator. Cannot introduce 0.9.3 without a major dependency bump. No change.LOCKFILE C — asdf-augmenters/asdf-acceleration-middleware/Cargo.lock
lru0.12.5 -> needs 0.16.3: flagged needs-manual-major. The vulnerable 0.12.5 is pinned^0.12.0by ratatui 0.28.1; 0.16.3 is out of range. A separate already-patched 0.18.0 entry exists. No change.Only Lockfile A had applicable in-range patches; B and C were left unchanged. Do not merge without review.