RUSTSEC-2019-0003: Fix date

Mistakenly logged as 2018
This commit is contained in:
Tony Arcieri
2019-05-19 16:37:34 -07:00
parent 39300b6c6d
commit c300327fd6

View File

@@ -1,7 +1,7 @@
[advisory]
id = "RUSTSEC-2019-0003"
package = "protobuf"
date = "2018-06-08"
date = "2019-06-08"
title = "Out of Memory in stream::read_raw_bytes_into()"
description = """
Affected versions of this crate called Vec::reserve() on user-supplied input.