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:
parent
faa45f076d
commit
cd80c00a6b
2 changed files with 1 additions and 73 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue