From d0b78cc12bae1614829b92a96dbe1dbccfb0bcfb Mon Sep 17 00:00:00 2001 From: Serguey Parkhomovsky Date: Sat, 21 Mar 2026 09:38:27 -0700 Subject: remove blocking from reqwest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3e378d7..577883b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -reqwest = { version = "0.12", features = ["blocking", "json"] } +reqwest = { version = "0.12", features = ["json"] } rumqttc = { version = "0.25.1", default-features = false, features = ["use-native-tls"] } native-tls = "0.2" serde = { version = "1.0", features = ["derive"] } -- cgit v1.2.3