From 43a20fd15fd6efef03a92247640ff07cb6d77929 Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Tue, 4 Jun 2024 16:04:59 +0200 Subject: [PATCH] add: Unmaintained advisory for chrono-english --- crates/chrono-english/RUSTSEC-0000-0000.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 crates/chrono-english/RUSTSEC-0000-0000.md diff --git a/crates/chrono-english/RUSTSEC-0000-0000.md b/crates/chrono-english/RUSTSEC-0000-0000.md new file mode 100644 index 000000000..64a532cd1 --- /dev/null +++ b/crates/chrono-english/RUSTSEC-0000-0000.md @@ -0,0 +1,22 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "chrono-english" +informational = "unmaintained" +date = "2024-06-24" +url = "https://github.com/stevedonovan/chrono-english/issues/29" + +[versions] +patched = [] +``` + +# The maintainer of chrono-english is unresponsible + +All versions will encounter compilation errors with a chrono version `>0.4.35`, due +to backward incompatible API changes. + +User conradludgade reworked the original crate and created a fork with the same API +surface called [interim](https://github.com/conradludgate/interim). + +The fork is better structured and passes the same test suite as chrono-english, +ensuring backward compatibility.