Update changelog for 1.71.1

This commit is contained in:
Weihang Lo 2023-08-22 11:42:37 +01:00
parent 5ab8a97645
commit 61e5662a2a
No known key found for this signature in database
GPG key ID: D7DBF189825E82E7

View file

@ -184,6 +184,14 @@
- Show a better error when container tests fail.
[#12264](https://github.com/rust-lang/cargo/pull/12264)
## Cargo 1.71.1 (2023-08-03)
### Fixed
- [CVE-2023-38497](https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87):
Cargo 1.71.1 or later respects umask when extracting crate archives. It also
purges the caches it tries to access if they were generated by older Cargo versions.
## Cargo 1.71 (2023-07-13)
[84b7041f...rust-1.71.0](https://github.com/rust-lang/cargo/compare/84b7041f...rust-1.71.0)