this post was submitted on 11 Jan 2026
22 points (95.8% liked)

Rust

7669 readers
6 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] blazebra@programming.dev 1 points 3 days ago

I don’t think cargo-deny alone is enough. And many from Rust ecosystem thinks that if I specified version “1”, it will be enough forever. Many tools nowadays are installed by binstall, so binary will be older and older and won’t receive any updates.

Professional software development needs to include a software Bill of Materials to help track and manage things like this. https://www.cisa.gov/sbom

[–] FizzyOrange@programming.dev 5 points 5 days ago (1 children)

Yeah unfortunately these numbers don't really allow any conclusions to be drawn at all.

Also they're not really related to supply chain security which is more about deliberate subterfuge. I think the interesting stat there would be how many authors are being trusted typically for each crate.

[–] MoSal@programming.dev 2 points 5 days ago

I have the feeling that this wasn't even done properly (e.g. checking default versions only). Using downloads alone is also not a good filter.

I may give this some time tomorrow and provide my own numbers.

[–] IanTwenty@piefed.social 4 points 5 days ago

It would be good to know how these figures compare to e.g. pypi, npm.