chore: update deps
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user