RUSTSEC-2020-0015: remove wildcards (#451)

They're breaking the parser:

https://github.com/RustSec/rustsec-crate/pull/244/checks?check_run_id=1305962917
This commit is contained in:
Tony Arcieri
2020-10-25 14:39:06 -07:00
committed by GitHub
parent 1bf68e0dce
commit 67a2144be6

View File

@@ -8,8 +8,8 @@ date = "2020-04-25"
url = "https://www.openssl.org/news/secadv/20200421.txt"
[versions]
patched = [">= 111.9.*"]
unaffected = ["< 111.6.*"]
patched = [">= 111.9"]
unaffected = ["< 111.6"]
```
# Crash causing Denial of Service attack