Add patched version for flatbuffers RUSTSEC-2020-0009 (#943)

Signed-off-by: Chojan Shang <psiace@outlook.com>
This commit is contained in:
Chojan Shang
2021-06-24 05:24:04 +08:00
committed by GitHub
parent cd87335b46
commit 220bc71988

View File

@@ -11,7 +11,7 @@ url = "https://github.com/google/flatbuffers/issues/5825"
"flatbuffers::read_scalar_at" = [">= 0.4.0"]
[versions]
patched = []
patched = [">= 2.0.0"]
unaffected = ["< 0.4.0"]
```