Skip to content

Commit

Permalink
Add nitter backup (#302)
Browse files Browse the repository at this point in the history
* Add poast.org as nitter backup

* Fix tests

* Use single reqwest version

* USe single reqwest version in twitter scraper
  • Loading branch information
adumbidiot authored Apr 9, 2024
1 parent 8958cbb commit 124dac8
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 190 deletions.
207 changes: 31 additions & 176 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 lib/rss-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"

[dependencies]
quick-xml = { version = "0.31.0", features = [ "serialize" ] }
reqwest = { version = "0.12.2", default-features = false }
reqwest = { version = "0.11.27", features = [], default-features = false }
serde = { version = "1.0.197", features = ["derive"] }
thiserror = "1.0.58"
tokio = { version = "1.37.0", features = [ "rt" ] }
Expand Down
Loading

0 comments on commit 124dac8

Please sign in to comment.