Skip to content

Commit

Permalink
Remove reqwest dep
Browse files Browse the repository at this point in the history
Reqwest was at one time the best way to do a simple blocking http call.
But now we can easily do that with a async closure and awc
  • Loading branch information
jkilpatr committed Oct 21, 2024
1 parent 1fe2fda commit 1661e27
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 278 deletions.
240 changes: 0 additions & 240 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion rita_exit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ serde_json = "1.0"
lettre = { version = "0.10", features = ["file-transport"] }
phonenumber = "0.3.6"
log = { version = "0.4", features = ["release_max_level_info"] }
reqwest = { version = "0.12", features = ["blocking", "json"] }
actix-web = {workspace = true}
deep_space = { workspace = true }
web30 = "1.4"
Expand Down
Loading

0 comments on commit 1661e27

Please sign in to comment.