From 694f07e241097d3f10e64989f6a2e62d90916835 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Fri, 3 Jan 2020 13:32:33 -0500 Subject: [PATCH] RUSTSEC-2019-0031: add `conquer-once` as an alternative to `spin` https://github.com/oliver-giersch/conquer-once --- crates/spin/RUSTSEC-2019-0031.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/crates/spin/RUSTSEC-2019-0031.toml b/crates/spin/RUSTSEC-2019-0031.toml index 5bc52e8..ac0a756 100644 --- a/crates/spin/RUSTSEC-2019-0031.toml +++ b/crates/spin/RUSTSEC-2019-0031.toml @@ -10,6 +10,8 @@ patched_versions = [] description = """ The author of the `spin` crate does not have time or interest to maintain it. -Consider [`lock_api`](https://crates.io/crates/lock_api) (a subproject of -`parking_lot`) as an alternative which also supports `no_std` environments. +Consider the following alternatives (both of which support `no_std`): + +- [`conquer-once`](https://github.com/oliver-giersch/conquer-once) +- [`lock_api`](https://crates.io/crates/lock_api) (a subproject of `parking_lot`) """