Commit 45ed490
committed
6ff2169 docs: [#444] mark issue as resolved — rand 0.9.3 already in Cargo.lock (Jose Celano)
Pull request description:
## Summary
Issue #444 was opened automatically by the cargo-audit CI workflow reporting `rand 0.9.2` as affected by RUSTSEC-2026-0097.
Investigation confirms the issue is already resolved: `Cargo.toml` declares `rand = "0.9"` which resolves to `rand 0.9.3` (the patched release) in `Cargo.lock`. The advisory has zero findings for rand 0.9.x in `cargo audit` output.
## Validation
```
cargo tree -p rand@0.9.3
```
```text
rand v0.9.3
├── rand_chacha v0.9.0
│ ├── ppv-lite86 v0.2.21
│ │ └── zerocopy v0.8.48
│ └── rand_core v0.9.5
│ └── getrandom v0.3.4
├── ...
└── rand_core v0.9.5 (*)
```
```
cargo audit
```
```text
warning: 1 allowed warning found
```
(Only `rand 0.8.5` via `tera` is flagged — tracked separately in #443.)
## Changes
- `docs/issues/444-rand-0.9.2-rustsec.md`: updated spec with investigation results and outcome
Closes #444
ACKs for top commit:
josecelano:
ACK 6ff2169
Tree-SHA512: 77873a9515d100023036afe3b367f20cabfc8ce1bd9df16decc6a6b3b78f73cc2930b0836234fccfbd79399c57d5889c13e9e80dd2d77ce53e519f6d16f07cb6
1 file changed
Lines changed: 8 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 53 | | |
59 | 54 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
0 commit comments