chore: update deps

This commit is contained in:
2026-08-15 22:12:29 -05:00
parent 83f467d5c8
commit c9a67ea925
+3 -3
View File
@@ -18,7 +18,7 @@ esp-rtos = { version = "0.3.0", features = [
"esp32c6",
] }
defmt = "1.1.0"
defmt = "1.1.1"
esp-bootloader-esp-idf = { version = "0.5.0", features = ["defmt", "esp32c6"] }
embassy-executor = { version = "0.10.0", features = ["defmt"] }
@@ -34,7 +34,7 @@ esp-println = { version = "0.17.0", features = ["defmt-espflash", "esp32c6"] }
critical-section = "1.2.0"
static_cell = "2.1.1"
embassy-net = { version = "0.9.0", features = [
embassy-net = { version = "0.9.1", features = [
"defmt",
"dhcpv4-hostname",
"medium-ethernet",
@@ -50,7 +50,7 @@ esp-radio = { version = "0.18.0", features = [
"wifi",
] }
picoserve = { version = "0.18", features = ["defmt", "embassy", "json"] }
picoserve = { version = "0.19", features = ["defmt", "embassy", "json"] }
# For fine tuning these settings, please refer to https://doc.rust-lang.org/cargo/reference/profiles.html