From 41487158f9ca8b1c916c2fd88b6f3442a32dd3be Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Wed, 18 Sep 2019 11:49:43 -0600 Subject: [PATCH] RUSTSEC-2019-0022: Fix date Filed as 2017 instead of 2019 --- crates/portaudio-rs/RUSTSEC-2019-0022.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/portaudio-rs/RUSTSEC-2019-0022.toml b/crates/portaudio-rs/RUSTSEC-2019-0022.toml index 5a77042..d492797 100644 --- a/crates/portaudio-rs/RUSTSEC-2019-0022.toml +++ b/crates/portaudio-rs/RUSTSEC-2019-0022.toml @@ -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`.