Skip to content

Commit

Permalink
deps: bump reqwest from 0.11.24 to 0.11.25
Browse files Browse the repository at this point in the history
- needed to enable tokio rt-multi-thread as it was removed from reqwest/blocking and causing compilation to fail
  • Loading branch information
jqnatividad committed Mar 9, 2024
1 parent 1e09e17 commit 0652dfd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ tempfile = "3"
thousands = { version = "0.2", optional = true }
threadpool = "1.8"
titlecase = { version = "2", optional = true }
tokio = "1"
tokio = { version = "1", features = ["rt-multi-thread"] }
uuid = { version = "1", features = ["v4"] }
url = "2.5"
vader_sentiment = { version = "0.1", optional = true }
Expand Down

0 comments on commit 0652dfd

Please sign in to comment.