Multiple versions lint and cargo tree
⚓ Rust 📅 2026-03-06 👤 surdeus 👁️ 4I have a crate in which cargo clippy says there are multiple versions of hashbrown. I wanted to check were they are pulled in, so I ran cargo tree, but there are no instances of hashbrown in the tree (at least, according to cargo tree).
I thought cargo tree would always list all dependencies. I can't find a single reference to hashbrown .. how can there be a version conflict?
3 posts - 3 participants
🏷️ Rust_feed