This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate glib

Dependencies

(11 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 bitflags^1.02.5.0out of date
 futures-channel^0.30.3.30up to date
 futures-core^0.30.3.30up to date
 futures-executor^0.30.3.30up to date
 futures-preview^0.3.0-alpha0.2.2up to date
 futures-task ⚠️^0.30.3.30maybe insecure
 futures-util^0.30.3.30up to date
 glib-sys^0.9.10.19.0out of date
 gobject-sys^0.9.10.19.0out of date
 lazy_static^1.21.4.0up to date
 libc^0.20.2.153up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 tempfile^33.10.1up to date

Security Vulnerabilities

futures-task: futures_task::waker may cause a use-after-free if used on a type that isn't 'static

RUSTSEC-2020-0060

Affected versions of the crate did not properly implement a 'static lifetime bound on the waker function. This resulted in a use-after-free if Waker::wake() is called after original data had been dropped.

The flaw was corrected by adding 'static lifetime bound to the data waker takes.