File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,20 +45,16 @@ Expected `cargo audit` output: no finding for `rand 0.9.x`.
4545
4646## Steps
4747
48- - [ ] Run ` cargo tree -p rand@0.9.3 ` — confirm it resolves without error
49- - [ ] Run ` cargo audit ` — confirm no finding for RUSTSEC-2026-0097 on rand 0.9.x
48+ - [x ] Run ` cargo tree -p rand@0.9.3 ` — confirm it resolves without error
49+ - [x ] Run ` cargo audit ` — confirm no finding for RUSTSEC-2026-0097 on rand 0.9.x
5050- [ ] Post a comment on #444 with both outputs
5151- [ ] Close #444
5252
53- ## If the audit still reports rand 0.9.2
54-
55- Run ` cargo tree -i rand@0.9.2 ` to find which crate pins it, then apply
56- ` cargo update rand ` or bump that crate.
57-
5853## Outcome
5954
60- <!-- Fill in after doing the work -->
61-
62- - Date:
63- - Result:
64- - Comment/PR:
55+ - Date: 2026-04-14
56+ - Result: ** Resolved.** ` cargo tree -p rand@0.9.3 ` resolves cleanly to ` rand 0.9.3 `
57+ (patched). ` cargo audit ` reports only ` rand 0.8.5 ` (tracked separately in #443 )
58+ — zero finding for ` rand 0.9.x ` . Issue #444 was opened before ` Cargo.lock ` was
59+ updated to ` rand 0.9.3 ` .
60+ - Comment/PR: <!-- fill in after posting the comment and closing #444 -->
You can’t perform that action at this time.
0 commit comments