Made RUSTSEC-2021-0072 not affect tokio 2.0 and later

This commit is contained in:
Sergey "Shnatsel" Davidoff
2021-07-08 01:26:08 +02:00
committed by GitHub
parent 01ac699fd5
commit cbeaf18e2b

View File

@@ -11,7 +11,7 @@ keywords = ["race condition", "send"]
functions = { "tokio::task::JoinHandle::abort" = ["<= 1.8.0, >= 0.3.0"] }
[versions]
patched = [">= 1.5.1, < 1.6.0", ">= 1.6.3, < 1.7.0", ">= 1.7.2, < 1.8.0", "^1.8.1"]
patched = [">= 1.5.1, < 1.6.0", ">= 1.6.3, < 1.7.0", ">= 1.7.2, < 1.8.0", ">= 1.8.1"]
unaffected = ["< 0.3.0"]
```