diff --git a/crates/generic-array/RUSTSEC-2020-0146.md b/crates/generic-array/RUSTSEC-2020-0146.md index a2ac3a2..9f1f2e2 100644 --- a/crates/generic-array/RUSTSEC-2020-0146.md +++ b/crates/generic-array/RUSTSEC-2020-0146.md @@ -8,7 +8,14 @@ categories = ["memory-corruption"] keywords = ["soundness"] [versions] -patched = [">= 0.14.0"] +patched = [ + ">= 0.8.4, < 0.9.0", + ">= 0.9.1, < 0.10.0", + ">= 0.10.1, < 0.11.0", + ">= 0.11.2, < 0.12.0", + ">= 0.12.4, < 0.13.0", + ">= 0.13.3", +] unaffected = ["< 0.8.0"] ```