After bumping the rustc-ap-* crates in rustfmt, I get
error[E0432]: unresolved import `crossbeam_utils::atomic`
--> /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.3.9/src/flavors/tick.rs:8:22
|
8 | use crossbeam_utils::atomic::AtomicCell;
| ^^^^^^ could not find `atomic` in `crossbeam_utils`
The dependency tree looks as follows:
crossbeam-channel v0.3.9
└── crossbeam-utils v0.6.6
├── cfg-if v0.1.10
└── lazy_static v1.4.0