Closed chainyo closed 1 year ago
cargo update
cargo update
Yes, thanks for pointing out this command, obviously I did that for my project.
Is there any reason to keep old patch versions for crates in Rust projects?
It avoids a ton of completely pointless churn.
This PR aims to upgrade the
openssl
andopenssl-sys
dependencies to avoid a discovered vulnerability.Here is the
cargo audit
output I get onopenssl v0.10.54
.