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 futures-util

Dependencies

(13 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 futures-channel^0.3.40.3.30up to date
 futures-core^0.3.40.3.30up to date
 futures-io^0.3.40.3.30up to date
 futures-macro^0.3.40.3.30up to date
 futures-sink^0.3.40.3.30up to date
 futures-task ⚠️^0.3.40.3.30maybe insecure
 futures^0.1.250.3.30out of date
 memchr^2.22.7.2up to date
 pin-utils^0.1.0-alpha.40.1.0up to date
 proc-macro-hack^0.5.90.5.20+deprecatedup to date
 proc-macro-nested^0.1.20.1.7up to date
 slab^0.40.4.9up to date
 tokio-io^0.1.90.1.13up 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.