1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Bump itertools from 0.13.0 to 0.14.0

This commit is contained in:
Daniel Hofstetter 2025-01-01 09:25:14 +01:00
parent 7c7a6f89ab
commit 1d2740c12a
2 changed files with 15 additions and 6 deletions

19
Cargo.lock generated
View file

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

View file

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