From e1daf6daf9ed43354f4c9d6ccc9e1e4a2c80d447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Fita?= <4925040+michalfita@users.noreply.github.com> Date: Sun, 15 Jan 2023 09:37:34 +0000 Subject: [PATCH] Add unmaintained `twoway` (#1435) * Deprecation of `twoway` crate * Address review comments * Fix lint Co-authored-by: pinkforest <36498018+pinkforest@users.noreply.github.com> --- crates/twoway/RUSTSEC-0000-0000.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 crates/twoway/RUSTSEC-0000-0000.md diff --git a/crates/twoway/RUSTSEC-0000-0000.md b/crates/twoway/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..e3aac1d --- /dev/null +++ b/crates/twoway/RUSTSEC-0000-0000.md @@ -0,0 +1,16 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "twoway" +date = "2021-05-20" +url = "https://github.com/bluss/twoway" +references = ["https://github.com/bluss/twoway/commit/e99b3c718df1117ad7f54c33f6540c8f46cc17dd"] +informational = "unmaintained" + +[versions] +patched = [] +``` + +# Crate `twoway` deprecated by the author + +The commit [`e99b3c7`](https://github.com/bluss/twoway/commit/e99b3c718df1117ad7f54c33f6540c8f46cc17dd) releasing version 0.2.2 explicitely deprecates `twoway` in favour of [`memchr`](https://crates.io/crates/memchr) crate.