1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #7045 from cakebaker/bump_itertools

Bump `itertools` from `0.13.0` to `0.14.0`
This commit is contained in:
Sylvestre Ledru 2025-01-01 10:54:41 +01:00 committed by GitHub
commit 805754b4f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 6 deletions

19
Cargo.lock generated
View file

@ -175,7 +175,7 @@ dependencies = [
"bitflags 2.6.0",
"cexpr",
"clang-sys",
"itertools",
"itertools 0.13.0",
"log",
"prettyplease",
"proc-macro2",
@ -1245,6 +1245,15 @@ dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.4"
@ -3061,7 +3070,7 @@ version = "0.0.28"
dependencies = [
"chrono",
"clap",
"itertools",
"itertools 0.14.0",
"quick-error",
"regex",
"uucore",
@ -3197,7 +3206,7 @@ dependencies = [
"compare",
"ctrlc",
"fnv",
"itertools",
"itertools 0.14.0",
"memchr",
"nix",
"rand",
@ -3481,7 +3490,7 @@ name = "uu_yes"
version = "0.0.28"
dependencies = [
"clap",
"itertools",
"itertools 0.14.0",
"nix",
"uucore",
]
@ -3500,7 +3509,7 @@ dependencies = [
"dunce",
"glob",
"hex",
"itertools",
"itertools 0.14.0",
"lazy_static",
"libc",
"md-5",

View file

@ -298,7 +298,7 @@ glob = "0.3.1"
half = "2.4.1"
hostname = "0.4"
indicatif = "0.17.8"
itertools = "0.13.0"
itertools = "0.14.0"
libc = "0.2.153"
lscolors = { version = "0.20.0", default-features = false, features = [
"gnu_legacy",

View file

@ -109,6 +109,8 @@ skip = [
{ name = "thiserror", version = "1.0.69" },
# thiserror
{ name = "thiserror-impl", version = "1.0.69" },
# bindgen
{ name = "itertools", version = "0.13.0" },
]
# spell-checker: enable