From c9a67ea92508e7e48c6ebe7cb4ecee44139387d3 Mon Sep 17 00:00:00 2001 From: Reed Krantz Date: Sat, 15 Aug 2026 22:12:10 -0500 Subject: [PATCH] chore: update deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8802981..2f0ef25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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