Open LikeLakers2 opened 3 months ago
So long as updating a dev dependency doesn't cause issues with testing/benchmarking on our MSRV, I'm happy to accept PRs that do so!
@jswrenn Then I will see about putting out a PR later today for updating criterion
. :)
It seems
itertools
has a few outdated development dependencies. I recommend updating them to their latest version, if for no other reason than you'll be running with the latest code.From some quick testing, it appears updating
criterion
is as simple as changing the version inCargo.toml
. If updating it is wanted, I am willing to put out a quick PR with the change.As for
quickcheck
andrand
, the changes needed to support the latest version appear to be far more extensive, so I will leave updating those to contributors who are more familiar with theitertools
codebase.