diff --git a/crates/rand/RUSTSEC-2026-0097.md b/crates/rand/RUSTSEC-2026-0097.md index 4c58b9331..d42b843d0 100644 --- a/crates/rand/RUSTSEC-2026-0097.md +++ b/crates/rand/RUSTSEC-2026-0097.md @@ -15,7 +15,7 @@ aliases = ["GHSA-cq8v-f236-94qc"] "rand::thread_rng" = ["< 0.10.0, >= 0.7.0"] [versions] -patched = [">= 0.10.1", "< 0.10.0, >= 0.9.3"] +patched = [">= 0.10.1", "< 0.10.0, >= 0.9.3", "< 0.9.0, >= 0.8.6"] unaffected = ["< 0.7.0"] ```