1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

Merge pull request #4652 from uutils/renovate/itertools-0.x

fix(deps): update rust crate itertools to 0.10.5
This commit is contained in:
Sylvestre Ledru 2023-03-28 07:58:06 +02:00 committed by GitHub
commit ab859b8b58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -288,7 +288,7 @@ glob = "0.3.0"
half = "2.1"
indicatif = "0.17"
is-terminal = "0.4.5"
itertools = "0.10.0"
itertools = "0.10.5"
libc = "0.2.139"
lscolors = { version = "0.13.0", default-features=false, features = ["nu-ansi-term"] }
memchr = "2"