mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Revert to reqwest
This commit is contained in:
parent
9d78266494
commit
759c9fc66b
3 changed files with 171 additions and 650 deletions
|
@ -14,7 +14,7 @@ proxy = ["actix-web/rustls", "base64"]
|
|||
[dependencies]
|
||||
base64 = { version = "0.13.0", optional = true }
|
||||
actix-web = "3.2.0"
|
||||
surf = "2.1.0"
|
||||
reqwest = { version = "0.10", default_features = false, features = ["rustls-tls"] }
|
||||
askama = "0.8.0"
|
||||
serde = "1.0.117"
|
||||
serde_json = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue