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`.