1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 16:15:32 +02:00

article_scraper: don't specify reqwest features

This commit is contained in:
Jan Lukas Gernert 2025-03-10 13:42:31 +01:00
parent 8cfcd6d9f3
commit 9f56ed03b8

View file

@ -14,17 +14,17 @@ exclude = ["resources/tests"]
[dependencies]
thiserror = "2.0"
libxml = "0.3"
reqwest = { version = "0.12", features = ["json", "native-tls", "gzip", "brotli", "stream"] }
reqwest = "0.12"
tokio = { version = "1", features = ["macros", "fs", "io-util"] }
url = "2.5"
regex = "1.10"
regex = "1.11"
encoding_rs = "0.8"
chrono = "0.4"
base64 = "0.22"
image = "0.25"
log = "0.4"
rust-embed="8.4"
once_cell = "1.19"
rust-embed="8.6"
once_cell = "1.20"
escaper = "0.1"
futures = "0.3"
unic-emoji-char = "0.9"