RUSTSEC-2021-0020 is fixed in hyper 0.12.36 too

See https://github.com/hyperium/hyper/blob/0.12.x/CHANGELOG.md#v01236-2021-02-17

Fix was backported to 0.12.x in https://github.com/hyperium/hyper/pull/2436 and released in 0.12.36.
This commit is contained in:
Alexis Mousset
2021-03-29 11:54:02 +00:00
parent 03c8e18b8e
commit b10d085c36

View File

@@ -9,7 +9,7 @@ keywords = ["http", "request-smuggling"]
aliases = ["CVE-2021-21299"]
[versions]
patched = [">= 0.14.3", "0.13.10"]
patched = [">= 0.14.3", "0.13.10", "0.12.36"]
unaffected = ["< 0.12.0"]
```