From 3681dc443116a8f3b48595fea3d584187bef3599 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 30 Oct 2022 13:01:39 +0100 Subject: Misc: Remove unneeded dependencies --- crawler/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'crawler') diff --git a/crawler/Cargo.toml b/crawler/Cargo.toml index 6badd7a..1f515d8 100644 --- a/crawler/Cargo.toml +++ b/crawler/Cargo.toml @@ -9,7 +9,6 @@ edition = "2021" reqwest = {version = "0.10.9", features = ["blocking", "json"]} scraper = "0.12.0" itertools = "0.10.5" -serde = { version = "1.0", features = ["derive"] } tokio = { version = "0.2.22", features = ["full"] } async-channel = "1.7.1" url = "2.3.1" -- cgit 1.4.1