markschl / seq_io

FASTA and FASTQ parsing in Rust
MIT License
68 stars 11 forks source link

Depends on old crossbeam #4

Closed RalfJung closed 3 years ago

RalfJung commented 4 years ago

While working on making Rust detect more misuses of uninitialized memory (https://github.com/rust-lang/rust/pull/71274), this crate was flagged as a possible regression via its dependency on crossbeam. That dependency is outdated; it would be great if you could update to the latest crossbeam 0.7 which fixed many critical soundness issues. Thanks. :)

markschl commented 3 years ago

Fixed in bd990533a515d1d986e6549eb24dee7e591c5ca0, version 0.3.1 released.