From 76c9dfc63dfcd683f6df969a4181a3f5394e3f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Tue, 24 Oct 2023 11:29:32 +0200 Subject: [PATCH] Use upstream reqwless --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55273d60..e4ab383d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -155,7 +155,7 @@ esp32s3-hal = { git = "https://github.com/bugadani/esp-hal.git", branch = "race" # esp-hal-common = { path = "../../esp-hal/esp-hal-common" } # esp-hal-procmacros = { path = "../../esp-hal/esp-hal-procmacros" } embedded-tls = { git = "https://github.com/drogue-iot/embedded-tls.git", branch = "old" } -reqwless = { git = "https://github.com/bugadani/reqwless.git", branch = "old" } +reqwless = { git = "https://github.com/drogue-iot/reqwless.git", branch = "main" } buffered-io = { git = "https://github.com/bugadani/buffered-io.git", branch = "old" } embassy-time = { git = "https://github.com/bugadani/embassy.git", branch = "old" } embassy-net = { git = "https://github.com/bugadani/embassy.git", branch = "old" }