diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-30 13:01:39 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-30 13:08:28 +0100 |
commit | 3681dc443116a8f3b48595fea3d584187bef3599 (patch) | |
tree | 32be1c887422138d12cfd2b20f3432303c5d8aef /Cargo.lock | |
parent | Misc: Add local lib crate to share common structs (diff) | |
download | OSSE-3681dc443116a8f3b48595fea3d584187bef3599.tar.gz OSSE-3681dc443116a8f3b48595fea3d584187bef3599.tar.bz2 OSSE-3681dc443116a8f3b48595fea3d584187bef3599.zip |
Misc: Remove unneeded dependencies
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 5 |
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", ] |