mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
Merge pull request #4996 from uutils/renovate/itertools-0.x
fix(deps): update rust crate itertools to 0.11.0
This commit is contained in:
commit
b787a2ab9a
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1275,9 +1275,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "itertools"
|
name = "itertools"
|
||||||
version = "0.10.5"
|
version = "0.11.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"either",
|
"either",
|
||||||
]
|
]
|
||||||
|
|
|
@ -286,7 +286,7 @@ glob = "0.3.1"
|
||||||
half = "2.2"
|
half = "2.2"
|
||||||
indicatif = "0.17"
|
indicatif = "0.17"
|
||||||
is-terminal = "0.4.7"
|
is-terminal = "0.4.7"
|
||||||
itertools = "0.10.5"
|
itertools = "0.11.0"
|
||||||
libc = "0.2.146"
|
libc = "0.2.146"
|
||||||
lscolors = { version = "0.14.0", default-features = false, features = [
|
lscolors = { version = "0.14.0", default-features = false, features = [
|
||||||
"nu-ansi-term",
|
"nu-ansi-term",
|
||||||
|
|
|
@ -25,7 +25,7 @@ dunce = "1.0.4"
|
||||||
wild = "2.1"
|
wild = "2.1"
|
||||||
glob = "0.3.1"
|
glob = "0.3.1"
|
||||||
# * optional
|
# * optional
|
||||||
itertools = { version = "0.10.5", optional = true }
|
itertools = { version = "0.11.0", optional = true }
|
||||||
thiserror = { workspace = true, optional = true }
|
thiserror = { workspace = true, optional = true }
|
||||||
time = { workspace = true, optional = true, features = [
|
time = { workspace = true, optional = true, features = [
|
||||||
"formatting",
|
"formatting",
|
||||||
|
|
Loading…
Reference in a new issue