You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
PS Github:\rust-itertools\itertools> cargo outdated --root-deps-only --workspace
itertools
================
Name Project Compat Latest Kind Platform
-----------------------------------
criterion 0.4.0---0.5.1 Development ---
quickcheck 0.9.2---1.0.3 Development ---
rand 0.7.3---0.8.5 Development ---
From some quick testing, it appears updating criterion is as simple as changing the version in Cargo.toml. If updating it is wanted, I am willing to put out a quick PR with the change.
As for quickcheck and rand, 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 the itertools codebase.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: