image-rs / jpeg-decoder

JPEG decoder written in Rust
Apache License 2.0
149 stars 87 forks source link

An indirect dependency has been yanked #195

Closed bugadani closed 3 years ago

bugadani commented 3 years ago

crossbeam-deque 0.8.0, which is a dependency of Rayon, has been yanked. Please update jpeg-decoder once the https://github.com/rayon-rs/rayon/pull/877 PR has been merged so that downstream crates (in my case, embedded-graphics-simulator) don't have to depend on yanked crates. Thanks!