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

Bump itertools from 0.12.1 to 0.13.0

This commit is contained in:
Daniel Hofstetter 2024-06-06 10:52:02 +02:00
parent 6a4abcf862
commit 0048e9f6be
2 changed files with 15 additions and 6 deletions

19
Cargo.lock generated
View file

@ -165,7 +165,7 @@ dependencies = [
"bitflags 2.5.0", "bitflags 2.5.0",
"cexpr", "cexpr",
"clang-sys", "clang-sys",
"itertools", "itertools 0.12.1",
"lazy_static", "lazy_static",
"lazycell", "lazycell",
"log", "log",
@ -1245,6 +1245,15 @@ dependencies = [
"either", "either",
] ]
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
[[package]] [[package]]
name = "itoa" name = "itoa"
version = "1.0.4" version = "1.0.4"
@ -2990,7 +2999,7 @@ version = "0.0.26"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap", "clap",
"itertools", "itertools 0.13.0",
"quick-error", "quick-error",
"regex", "regex",
"uucore", "uucore",
@ -3126,7 +3135,7 @@ dependencies = [
"compare", "compare",
"ctrlc", "ctrlc",
"fnv", "fnv",
"itertools", "itertools 0.13.0",
"memchr", "memchr",
"rand", "rand",
"rayon", "rayon",
@ -3407,7 +3416,7 @@ name = "uu_yes"
version = "0.0.26" version = "0.0.26"
dependencies = [ dependencies = [
"clap", "clap",
"itertools", "itertools 0.13.0",
"nix", "nix",
"uucore", "uucore",
] ]
@ -3426,7 +3435,7 @@ dependencies = [
"dunce", "dunce",
"glob", "glob",
"hex", "hex",
"itertools", "itertools 0.13.0",
"libc", "libc",
"md-5", "md-5",
"memchr", "memchr",

View file

@ -288,7 +288,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.12.1" itertools = "0.13.0"
libc = "0.2.153" libc = "0.2.153"
lscolors = { version = "0.16.0", default-features = false, features = [ lscolors = { version = "0.16.0", default-features = false, features = [
"gnu_legacy", "gnu_legacy",