uutils / coreutils

Cross-platform Rust rewrite of the GNU coreutils
https://uutils.github.io/
MIT License
17.61k stars 1.27k forks source link

Bump `itertools` and fix use of deprecated function #6455

Closed cakebaker closed 3 months ago

cakebaker commented 3 months ago

This PR bumps itertools from 0.12.1 to 0.13.0 and adds it to the skip list in deny.toml. And in pr it uses chunk_by() from itertools instead of the deprecated group_by().

sylvestre commented 3 months ago

image i missed the full green run :)