mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
Fix incorrect fixed version for may_queue (#2106)
According to https://github.com/Xudong-Huang/may/issues/88, this was fixed in 0.3.19, but that refers to the main "may" crate. The correct version for the "may_queue" sub crate is 0.1.8 (based on manual checking the bounds for the affected type on docs.rs)
This commit is contained in:
@@ -10,7 +10,7 @@ categories = ["memory-corruption", "thread-safety"]
|
||||
keywords = ["concurrency"]
|
||||
|
||||
[versions]
|
||||
patched = [">= 0.3.19"]
|
||||
patched = [">= 0.1.8"]
|
||||
```
|
||||
|
||||
# may_queue's Queue lacks Send/Sync bound for its Send/Sync trait.
|
||||
|
||||
Reference in New Issue
Block a user