Update dependencies to use nix >= 0.23 due to vulnerability
eldruin opened this issue · 3 comments
eldruin commented
See: https://rustsec.org/advisories/RUSTSEC-2021-0119.html
- rust-embedded/rust-i2cdev#69
- rust-embedded/rust-spidev#37
- rust-embedded/gpio-cdev#67
- rust-embedded/rust-sysfs-gpio#72
- milkey-mouse/openpty#7 (dev-dependency, optional)
- TODO: linux-embedded-hal
ryankurte commented
all lgtm, though i can't see that the particular security issue has any impact in our crates.
eldruin commented
Thanks! Indeed it does not seem so. However, anything that depends on it starts getting flagged by cargo-audit.
Since it is the first time this comes up, I figured we might as well update.