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
{{ message }}
This repository was archived by the owner on Jul 3, 2023. It is now read-only.
We have two RUSTSEC alerts related to daemonize:
1. `daemonize` uses `boxfnonce` crate, which is obsolete
#328
2. `daemonize` itself is unmaintained.
#304
We bump `daemonize` to a recent 0.5 release, which resolves (1) and I
guess the fact that there _is_ a recent release indicates that it's
no longer unmaintained.
boxfnonce
0.1.1
This commit marks the
boxfnonce
crate as obsolete and the GitHub repo has since been archived.The functionality of
boxfnonce
has been added to Rust since 1.35.0. UseBox<dyn FnOnce(...) -> ...>
.See advisory page for additional details.
The text was updated successfully, but these errors were encountered: