Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

RUSTSEC-2019-0040: boxfnonce obsolete with release of Rust 1.35.0 #328

Open
github-actions bot opened this issue Mar 13, 2023 · 0 comments
Open

RUSTSEC-2019-0040: boxfnonce obsolete with release of Rust 1.35.0 #328

github-actions bot opened this issue Mar 13, 2023 · 0 comments

Comments

@github-actions
Copy link

boxfnonce obsolete with release of Rust 1.35.0

Details
Status unmaintained
Package boxfnonce
Version 0.1.1
URL stbuehler/rust-boxfnonce@058ac7e
Date 2019-06-20

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. Use Box<dyn FnOnce(...) -> ...>.

See advisory page for additional details.

ryzhyk added a commit that referenced this issue May 3, 2023
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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants