RUSTSEC-2019-0022: Fix date

Filed as 2017 instead of 2019
This commit is contained in:
Tony Arcieri
2019-09-18 11:49:43 -06:00
parent 7df1c4c131
commit 41487158f9

View File

@@ -1,7 +1,7 @@
[advisory]
id = "RUSTSEC-2019-0022"
package = "portaudio-rs"
date = "2017-09-14"
date = "2019-09-14"
title = "Stream callback function is not unwind safe"
description = """
Affected versions of this crate is not panic safe within callback functions `stream_callback` and `stream_finished_callback`.