chore(tazjin/tgsa): drop rouille's default features

we don't need these and they add a bunch of unnecessary deps.

Change-Id: I88a30ec8443090a2c61934b35848bea6f1d9597a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8479
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2023-04-12 15:04:20 +03:00 committed by clbot
parent faa45f076d
commit cd80c00a6b
2 changed files with 1 additions and 73 deletions

View file

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
crimp = "4087.0"
rouille = "3.5"
rouille = { version = "3.5", default-features = false }
url = "2.3"
scraper = "0.13"
ego-tree = "0.6" # in tandem with 'scraper'