Hacker News new | ask | show | jobs
by h_anna_h 1809 days ago
I did not know about rev, thanks. Though, since there is no way to specify a signature you are forced to use potentially outdated packages.
1 comments

"cargo update" will update the packages along with Cargo.lock content. As for not updating them without a manual trigger, I consider it a feature, but I guess it's a matter of opinion.
> "cargo update" will update the packages along with Cargo.lock content

Disregarding the rev attribute?

This is the entire point of this command. It will update the rev attribute. What else would it be for?