You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tokio-eventfd depends on older version of futures-lite, which depends on unmaintained instant crate.
The latest version of futures-lites->fastrand get rid of this dependency.
futures-lite is only used for a convenience macro and it's easy enough
to inline it. This avoids pulling in futures-lite dependencies like
fastrand and waker-fn, reducing the need for security updates.
Separately, tokio's net feature is not needed, so remove it.
Fixespolachok#3
futures-lite is only used for a convenience macro and it's easy enough
to inline it. This avoids pulling in futures-lite dependencies like
fastrand and waker-fn, reducing the need for security updates.
Separately, tokio's net feature is not needed, so remove it.
Fixespolachok#3
tokio-eventfd
depends on older version offutures-lite
, which depends on unmaintainedinstant
crate.The latest version of
futures-lites->fastrand
get rid of this dependency.Found this while running cargo deny:
The text was updated successfully, but these errors were encountered: