database-stream-processor icon indicating copy to clipboard operation
database-stream-processor copied to clipboard

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

Open github-actions[bot] opened this issue 2 years ago • 0 comments

boxfnonce obsolete with release of Rust 1.35.0

Details
Status unmaintained
Package boxfnonce
Version 0.1.1
URL https://github.com/stbuehler/rust-boxfnonce/commit/058ac7e1a7d732076da9d8a37baa66bcb67758d8
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.

github-actions[bot] avatar Mar 13 '23 00:03 github-actions[bot]