chore(desktop/Backend-Rust): bump 4 vulnerable crates in Cargo.lock (#7327)#7366
Open
mdmohsin7 wants to merge 1 commit into
Open
chore(desktop/Backend-Rust): bump 4 vulnerable crates in Cargo.lock (#7327)#7366mdmohsin7 wants to merge 1 commit into
mdmohsin7 wants to merge 1 commit into
Conversation
…7327) Lock-only, semver-compatible (Cargo.toml unchanged): - openssl 0.10.75 -> 0.10.79 (+ openssl-sys 0.9.111 -> 0.9.116) - time 0.3.36 -> 0.3.47 - bytes 1.11.0 -> 1.11.1 - rand 0.8.5 -> 0.8.6 (rand@0.9.2 left as-is — different dep) RESIDUAL (flagged, not force-applied): jsonwebtoken — fix is 10.3.0, but Cargo.toml pins `jsonwebtoken = "9"`; 9 -> 10 is a breaking major (API change + Cargo.toml edit + code migration). Needs a separate deliberate migration. Validation: `cargo verify-project` -> success; `cargo metadata --locked` resolves the full 291-crate graph consistently against the new lock (no conflicts; bumps satisfy all Cargo.toml constraints). Full `cargo check`/build can't run in the sandbox — `openssl-sys` needs system `pkg-config`/libssl-dev (environmental; identical on unmodified main, unrelated to these version bumps). Final compile validation rides on the desktop CI/build pipeline, which a lock-only bump does not alter.
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.
Part of #7327 — desktop Tier-1 (Backend-Rust). Branched from fresh
main; single commit, Cargo.lock-only.Changes — semver-compatible lock bumps (Cargo.toml unchanged)
rand@0.9.2left as-is)Residual (flagged, not force-applied)
jsonwebtoken — advisory fix is
10.3.0, butCargo.tomlpinsjsonwebtoken = "9"; 9 → 10 is a breaking major (API change + manifest edit + code migration). Needs a separate deliberate migration.Validation
cargo verify-project→ success;cargo metadata --lockedresolves the full 291-crate graph consistently against the new lock (no conflicts; bumps satisfy all Cargo.toml constraints). Fullcargo check/build is blocked in the CI sandbox —openssl-sysrequires systempkg-config/libssl-dev (environmental; identical on unmodifiedmain, unrelated to these bumps). Final compile validation rides on the desktop CI/build pipeline, which a lock-only bump does not alter.🤖 Generated with Claude Code