fix: update patched version for 2019-0028

This patch updates the `RUSTSEC-2019-0028` advisory to show a patched
version is available. The patch was added [in PR 5554](https://github.com/google/flatbuffers/pull/5554),
and released with version `0.6.1`.
This commit is contained in:
Paul Hummer
2020-03-19 15:42:02 -06:00
parent b7d6d4ae35
commit ca7a01db12

View File

@@ -15,5 +15,5 @@ allows to violate these requirements and invoke undefined behaviour in safe code
"flatbuffers::Follow::follow" = [">= 0.4.0", "<= 0.6.0"]
[versions]
patched = []
patched = [">= 0.6.1"]
unaffected = ["< 0.4.0"]