esp-rs / espflash

Serial flasher utility for Espressif SoCs and modules based on esptool.py
Apache License 2.0
457 stars 111 forks source link

Update dependencies #482

Closed SergioGasquez closed 9 months ago

SergioGasquez commented 9 months ago
MabezDev commented 9 months ago

I forget which library it is, but cc: @bjoernQ for the windows terminal issue just in case.

bjoernQ commented 9 months ago

The problematic crate on Windows is crossterm - since this leaves it on 0.25.0 it should be fine.

We could update it with a workaround like described in https://github.com/esp-rs/espflash/pull/418#issuecomment-1717302410 .... but that workaround probably needs to be tested on other OSs or only get applied for Windows builds

But maybe leave it out of this PR and have a separate one for that