Use reqwest async and use futures::executor

This commit is contained in:
Adrián Arroyo Calle
2024-01-03 22:43:22 +01:00
parent ccf581d86f
commit fac8866fb4
2 changed files with 6 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ ctrlc = { version = "3.2.2", optional = true }
rustyline = { version = "12.0.0", optional = true }
native-tls = { version = "0.2.4", optional = true }
warp = { version = "=0.3.5", features = ["tls"], optional = true }
reqwest = { version = "0.11.18", features = ["blocking"], optional = true }
reqwest = { version = "0.11.18", optional = true }
tokio = { version = "1.28.2", features = ["full"] }
[target.'cfg(target_arch = "wasm32")'.dependencies]