From 4bb7a939985f5a7559f70f7eb914ff6c1c01f69b Mon Sep 17 00:00:00 2001 From: sidunder <124012191+sidunder@users.noreply.github.com> Date: Sun, 12 Mar 2023 04:14:13 -0300 Subject: [PATCH] Add boxfnonce informational advisory (#1609) Co-authored-by: sidunder --- crates/boxfnonce/RUSTSEC-0000-0000.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 crates/boxfnonce/RUSTSEC-0000-0000.md diff --git a/crates/boxfnonce/RUSTSEC-0000-0000.md b/crates/boxfnonce/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..b45e566 --- /dev/null +++ b/crates/boxfnonce/RUSTSEC-0000-0000.md @@ -0,0 +1,17 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "boxfnonce" +date = "2019-06-20" +url = "https://github.com/stbuehler/rust-boxfnonce/commit/058ac7e1a7d732076da9d8a37baa66bcb67758d8" +informational = "unmaintained" + +[versions] +patched = [] +``` + +# `boxfnonce` obsolete with release of Rust 1.35.0 + +[This](https://github.com/stbuehler/rust-boxfnonce/commit/058ac7e1a7d732076da9d8a37baa66bcb67758d8) 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 ...>`.