Skip to content

Commit 71a3d7a

Browse files
committed
docs: [#444] mark issue as resolved — rand 0.9.3 already in Cargo.lock
1 parent 3812524 commit 71a3d7a

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

docs/issues/444-rand-0.9.2-rustsec.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff 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 -->

0 commit comments

Comments
 (0)