Skip to content

ignore: updating crossbeam-channel dep to 0.4 #1423

Closed
@calebcartwright

Description

@calebcartwright

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

crossbeam-channel = "0.3.6"

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions