hecrj / coffee

An opinionated 2D game engine for Rust
https://docs.rs/coffee
MIT License
1.08k stars 55 forks source link

Security updates for rand, image, nalgebra versions in Cargo.toml #142

Closed ghost closed 1 year ago

ghost commented 3 years ago

Updated rand version to avoid vulnerability discovered here among others Updated image version to correct vulnerability found here Updated nalgebra to remove this vulnerability Updated glutin to avoid several dependent vulnerabilities

PvdBerg1998 commented 2 years ago

Ran into the issue of having an outdated version of image in coffee. @hecrj