diff options
| author | Serguey Parkhomovsky <xindigo@gmail.com> | 2026-03-21 09:38:27 -0700 |
|---|---|---|
| committer | Serguey Parkhomovsky <xindigo@gmail.com> | 2026-03-21 09:38:27 -0700 |
| commit | d0b78cc12bae1614829b92a96dbe1dbccfb0bcfb (patch) | |
| tree | ec854991e0855c1fbbe35315b410c10f0de8749d /Cargo.toml | |
| parent | cfaea8ec06f493cc3b8f8909d0acef65796da5bf (diff) | |
remove blocking from reqwest
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |
