From cf5447d213da82b9cdd33d2ed79795fc4e554734 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Sun, 10 Nov 2024 21:53:55 +0800 Subject: [PATCH] minitrace is unmaintained (#2037) * minitrace is unmaintained * Update RUSTSEC-0000-0000.md --- crates/minitrace/RUSTSEC-0000-0000.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 crates/minitrace/RUSTSEC-0000-0000.md diff --git a/crates/minitrace/RUSTSEC-0000-0000.md b/crates/minitrace/RUSTSEC-0000-0000.md new file mode 100644 index 000000000..270fa262b --- /dev/null +++ b/crates/minitrace/RUSTSEC-0000-0000.md @@ -0,0 +1,22 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "minitrace" +date = "2024-08-14" +url = "https://github.com/tikv/minitrace-rust/issues/229" +informational = "unmaintained" +license = "CC0-1.0" + +[versions] +patched = [] +``` + +# minitrace is Unmaintained + +The minitrace maintainers have decided to continue the development of minitrace under a new organizational structure to improve community governance. + +In the meantime, minitrace will no longer be maintained. For more details, refer to [tikv/minitrace-rust#229](https://github.com/tikv/minitrace-rust/issues/229). + +## Possible Alternative(s) + +[fastrace](https://github.com/fast/fastrace) is maintained by the same team responsible for minitrace, and users are encouraged to migrate to fastrace.