esp-rs / std-training

Embedded Rust on Espressif training material.
https://esp-rs.github.io/std-training
Apache License 2.0
606 stars 78 forks source link

Update dependencies #187

Closed SergioGasquez closed 1 year ago

SergioGasquez commented 1 year ago

Some esp-idf crates had some known security vulnerabilities detected according to GitHub security alert digest, I've updated the dependencies to latest version and updated the code accordingly.

SergioGasquez commented 1 year ago

LGTM, thanks!

Will do some testing and merge it!