about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-30 13:01:39 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-30 13:08:28 +0100
commit3681dc443116a8f3b48595fea3d584187bef3599 (patch)
tree32be1c887422138d12cfd2b20f3432303c5d8aef /Cargo.lock
parentMisc: Add local lib crate to share common structs (diff)
downloadOSSE-3681dc443116a8f3b48595fea3d584187bef3599.tar.gz
OSSE-3681dc443116a8f3b48595fea3d584187bef3599.tar.bz2
OSSE-3681dc443116a8f3b48595fea3d584187bef3599.zip
Misc: Remove unneeded dependencies
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 0 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 81bd414..0d2c505 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -448,7 +448,6 @@ dependencies = [
  "rand 0.7.3",
  "reqwest",
  "scraper",
- "serde",
  "tokio 0.2.25",
  "url",
 ]
@@ -621,8 +620,6 @@ dependencies = [
  "gloo-net",
  "itertools",
  "lib",
- "scraper",
- "serde",
  "wasm-bindgen",
  "wasm-bindgen-futures",
  "web-sys",
@@ -1123,9 +1120,7 @@ dependencies = [
  "actix-web",
  "html2text",
  "lib",
- "rand 0.7.3",
  "scraper",
- "serde",
  "serde_json",
 ]