about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-24 21:22:49 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-25 01:10:34 +0200
commit096bc77066533f4b2b11f264e37ff0f9f90fc346 (patch)
tree92f1fcea914736a09c46e2b2077912f86a9ee653 /Cargo.lock
parentCrawler: Add crawled url filter (diff)
downloadOSSE-096bc77066533f4b2b11f264e37ff0f9f90fc346.tar.gz
OSSE-096bc77066533f4b2b11f264e37ff0f9f90fc346.tar.bz2
OSSE-096bc77066533f4b2b11f264e37ff0f9f90fc346.zip
Crawler: Parse urls with the "url" crate
This fixes relative urls, makes url filtering and validation better, and
many other improvements.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 723880c..9282a8a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -418,6 +418,7 @@ dependencies = [
  "scraper",
  "serde",
  "tokio 0.2.25",
+ "url",
 ]
 
 [[package]]