From 915e3e495394a5912e68d7c26f2d8bcf239a1962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Mon, 16 Oct 2023 19:50:38 +0200 Subject: [PATCH] Update esp-wifi, tls and reqwless --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5def6229..a214d3e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,8 +110,8 @@ replace_with = { version = "0.1", default-features = false, features = [ ] } static_cell = { version = "1.2.0", features = ["nightly"] } bad-server = { path = "bad-server", features = ["embassy"] } -embedded-tls = { version = "0.14.2", default-features = false, features = ["async"] } -reqwless = "0.6.0" +embedded-tls = { version = "0.16.0", default-features = false, features = ["async"] } +reqwless = "0.8.0" embedded-graphics = { workspace = true } embedded-hal = { workspace = true } @@ -147,8 +147,8 @@ esp32s3-hal = { git = "https://github.com/esp-rs/esp-hal.git", rev = "44e968f7a8 # esp32s3-hal = { path = "../../esp-hal/esp32s3-hal" } # esp-hal-common = { path = "../../esp-hal/esp-hal-common" } -# [patch.'https://github.com/esp-rs/esp-wifi.git'] -# esp-wifi = { path = "../esp-wifi/esp-wifi" } +[patch.'https://github.com/esp-rs/esp-wifi.git'] +esp-wifi = { path = "../esp-wifi/esp-wifi" } [features] default = ["esp32s3", "defmt"]