diff --git a/Cargo.toml b/Cargo.toml index 2adcd738..75aeacfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -155,7 +155,7 @@ esp-println = { git = "https://github.com/esp-rs/esp-println.git" } # 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" }