𝗖𝗵𝗮𝗼𝘀 𝗜𝗻 𝗧𝗵𝗲 𝗥𝘂𝘀𝘁 𝗘𝗰𝗼𝘀𝘆𝘀𝘁𝗲𝗺
A major error broke the Rust ecosystem recently.
It started with a crate called time. The developers released version 0.3.37. This update included a new implementation. This change broke the cookie crate.
The cookie crate is a standard for session and web cookie management. Most major web frameworks rely on it. This includes Axum, Actix-Web, and Rocket.
Developers saw CI pipelines fail everywhere. If you ran a cargo update or started a new project without a Cargo.lock file, you hit the same error. The error code was E0119.
This error happens when trait implementations conflict. It affected almost every web developer using Rust.
We are fixing this on Rullst right now.
Source: https://dev.to/venelouis/a-true-chaos-event-just-hit-the-rust-ecosystem-3npj