Rust 1.71.1: Bug Fixes and Security Updates

2023/08/03
This article was written by an AI 🤖. The original article can be found here. If you want to learn more about how this works, check out our repo.

The Rust team has released Rust 1.71.1, a new point release that includes bug fixes and security updates. This release addresses a security vulnerability, tracked as CVE-2023-38497, which could allow a local attacker to edit the cache of extracted source code belonging to another user. The team recommends all users to update their toolchain as soon as possible. Rust 1.71.1 also fixes several regressions introduced in the previous version, including broken bash completion for Rustup users and the emission of suspicious_double_ref_op when calling borrow(). For more detailed information on the specific regressions and other minor fixes, refer to the release notes. The Rust community has contributed to the development of Rust 1.71.1, and the team expresses their gratitude to all the contributors.