diff --git a/crates/may_queue/RUSTSEC-2020-0111.md b/crates/may_queue/RUSTSEC-2020-0111.md index ca1d85998..a98e3f5eb 100644 --- a/crates/may_queue/RUSTSEC-2020-0111.md +++ b/crates/may_queue/RUSTSEC-2020-0111.md @@ -10,7 +10,7 @@ categories = ["memory-corruption", "thread-safety"] keywords = ["concurrency"] [versions] -patched = [] +patched = [">= 0.3.19"] ``` # may_queue's Queue lacks Send/Sync bound for its Send/Sync trait.