Description
Just wanted to see if there were any plans to update the crossbeam-channel dependency to v0.4.0 in ignore
, and if so, if there's a ballpark timeline?
There was an issue with crossbeam-utils v0.6.6 (which crossbeam-channel depends on) that has subsequently been fixed on the crossbeam side and recently released (v0.7.0)
rust-lang/rust#65424
crossbeam-rs/crossbeam#435
Ignore is pinned to crossbeam-channel v0.3.6, and that version of crossbeam-channel has a ^0.6.x dependency on crossbeam-utils, preventing the ability to use the fixed version (v0.7.0) of crossbeam-utils
Line 21 in 8892bf6
Folks have been able to work around that issue (for example by pinning utils to v0.6.5 in the lockfile) so it's not a terribly urgent item, but it would be nice to be able to avoid this.