Skip to content

Commit c586bd6

Browse files
authored
Fix incorrect fixed version for may_queue (#2106)
According to Xudong-Huang/may#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)
1 parent b416be0 commit c586bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/may_queue/RUSTSEC-2020-0111.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories = ["memory-corruption", "thread-safety"]
1010
keywords = ["concurrency"]
1111

1212
[versions]
13-
patched = [">= 0.3.19"]
13+
patched = [">= 0.1.8"]
1414
```
1515

1616
# may_queue's Queue lacks Send/Sync bound for its Send/Sync trait.

0 commit comments

Comments
 (0)