1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-08 00:19:59 +02:00

update regex

This commit is contained in:
Jan Lukas Gernert 2023-04-23 20:45:45 +02:00
parent c51f0fd731
commit 309a60c5d0

View file

@ -15,7 +15,7 @@ libxml = "0.3"
reqwest = { version = "0.11", features = ["json", "native-tls", "gzip", "brotli", "stream"] }
tokio = { version = "1.27", features = ["macros", "fs", "io-util"] }
url = "2.3"
regex = "1.7"
regex = "1.8"
encoding_rs = "0.8"
chrono = "0.4"
base64 = "0.21"