Vendors of rust libraries I could understand that's just rust for you but why must firefox always do weird shit with Python like here vendoring aiohttp and pip (including exe of course…).
btw:
$ deblob -j firefox-128.4.0.deblob.json -n >|firefox-128.4.0.deblob.log $ grep -c '^detected' firefox-128.4.0.deblob.log 2901 $ jq --raw-output0 '.[].path' firefox-128.4.0.deblob.json | xargs -0 wc -c | grep ' total$' 53554906 total 44495408 total 21318262 total $ echo 53554906+44495408+21318262 | bc -l 119368576 $ humanize -b 119368576 113.839 MiB