rust-embedded/linux-embedded-hal

Update dependencies to use nix >= 0.23 due to vulnerability

eldruin opened this issue · 3 comments

all lgtm, though i can't see that the particular security issue has any impact in our crates.

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.

Thanks for picking this one up and running with it @eldruin