emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
1k stars 95 forks source link

RUSTSEC-2021-0119 #272

Open b-ncMN opened 2 years ago

b-ncMN commented 2 years ago

It seems as if you guys use an older version of wayland-rs that itself uses an older version of nix

I have looked into it and have tried to upgrade the version of wayland-rs used in this crate but some types went missing and this requires a bit more work than I expected, Would you guys accept to merge an alpha version of a crate (v0.30.0-alpha3) ?

emoon commented 2 years ago

Hey!

I would be willing to accept an alpha version as long as you are willing to do the changes that are required when it moves over from non-alpha (hopefully it's just a matter of updating the version)

b-ncMN commented 2 years ago

Unfortunately, it's not ;/