emabee / flexi_logger

A flexible logger for rust programs that can write to stderr, stdout, and/or to log files
Apache License 2.0
307 stars 50 forks source link

Raise version of notify #117

Closed davegarred closed 2 years ago

davegarred commented 2 years ago

The previous version of notify has the dependency chain:

  notify 4 -> mio 0.6 -> net2 0.2

Where net2 has a security advisory: https://rustsec.org/advisories/RUSTSEC-2020-0016 The latest version of notify does not have this dependency.

emabee commented 2 years ago

Thanks for reporting. The issue is fixed now with 0.23.2 (was a bit more complicated).