updates polonius-parser to lalrpop 0.19.5, to remove some dependencies
updates other dependencies (which removes 4 or 5)
fixes the recent non_fmt_panic warnings triggered in a couple of our test assertions
(there's still another warning that I didn't fix: the Context::potential_errors field is still unused, until I complete the work on sharing the results between the LocationInsensitive and DatafrogOpt variants to optimize the latter, and which should hopefully happen soon-ish)
(This was mostly to reduce compile times, which are lowered by 15-20s with this PR on my machine)
This PR:
polonius-parser
tolalrpop
0.19.5, to remove some dependenciesnon_fmt_panic
warnings triggered in a couple of our test assertions(there's still another warning that I didn't fix: the
Context::potential_errors
field is still unused, until I complete the work on sharing the results between theLocationInsensitive
andDatafrogOpt
variants to optimize the latter, and which should hopefully happen soon-ish)(This was mostly to reduce compile times, which are lowered by 15-20s with this PR on my machine)