janitor: Some no-brainer deps update

This commit is contained in:
Olivier Goffart 2023-10-27 17:42:14 +02:00
parent 9ffe26459f
commit 0c529cd345
5 changed files with 7 additions and 7 deletions

View file

@ -56,7 +56,7 @@ raw-window-handle = { version = "0.5", optional = true }
# Enable image-rs' default features to make all image formats to C++ users
image = { version = "0.24.0", optional = true }
esp-backtrace = { version = "0.8.0", features = ["panic-handler", "print-uart"], optional = true }
esp-backtrace = { version = "0.9.0", features = ["panic-handler", "print-uart"], optional = true }
[build-dependencies]
anyhow = "1.0"