From 309a60c5d06ca8ac5650529204337c1097521bfd Mon Sep 17 00:00:00 2001 From: Jan Lukas Gernert Date: Sun, 23 Apr 2023 20:45:45 +0200 Subject: [PATCH] update regex --- article_scraper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/article_scraper/Cargo.toml b/article_scraper/Cargo.toml index 49dbc70..6942399 100644 --- a/article_scraper/Cargo.toml +++ b/article_scraper/Cargo.toml @@ -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"