mirror of
https://github.com/nushell/nushell.git
synced 2025-06-13 21:47:02 +02:00
build(deps): bump itertools from 0.13.0 to 0.14.0 (#15886)
This commit is contained in:
parent
8671a3dbbd
commit
c563e0cfb0
14
Cargo.lock
generated
14
Cargo.lock
generated
@ -701,7 +701,7 @@ dependencies = [
|
|||||||
"bitflags 2.6.0",
|
"bitflags 2.6.0",
|
||||||
"cexpr",
|
"cexpr",
|
||||||
"clang-sys",
|
"clang-sys",
|
||||||
"itertools 0.13.0",
|
"itertools 0.11.0",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"regex",
|
"regex",
|
||||||
@ -3636,7 +3636,7 @@ version = "0.104.2"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"fancy-regex",
|
"fancy-regex",
|
||||||
"heck",
|
"heck",
|
||||||
"itertools 0.13.0",
|
"itertools 0.14.0",
|
||||||
"mime",
|
"mime",
|
||||||
"nu-ansi-term",
|
"nu-ansi-term",
|
||||||
"nu-cmd-base",
|
"nu-cmd-base",
|
||||||
@ -3660,7 +3660,7 @@ dependencies = [
|
|||||||
name = "nu-cmd-lang"
|
name = "nu-cmd-lang"
|
||||||
version = "0.104.2"
|
version = "0.104.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itertools 0.13.0",
|
"itertools 0.14.0",
|
||||||
"miette",
|
"miette",
|
||||||
"nu-cmd-base",
|
"nu-cmd-base",
|
||||||
"nu-engine",
|
"nu-engine",
|
||||||
@ -3676,7 +3676,7 @@ dependencies = [
|
|||||||
name = "nu-cmd-plugin"
|
name = "nu-cmd-plugin"
|
||||||
version = "0.104.2"
|
version = "0.104.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itertools 0.13.0",
|
"itertools 0.14.0",
|
||||||
"nu-engine",
|
"nu-engine",
|
||||||
"nu-path",
|
"nu-path",
|
||||||
"nu-plugin-engine",
|
"nu-plugin-engine",
|
||||||
@ -3726,7 +3726,7 @@ dependencies = [
|
|||||||
"human-date-parser",
|
"human-date-parser",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"indicatif",
|
"indicatif",
|
||||||
"itertools 0.13.0",
|
"itertools 0.14.0",
|
||||||
"log",
|
"log",
|
||||||
"lscolors",
|
"lscolors",
|
||||||
"md-5",
|
"md-5",
|
||||||
@ -3911,7 +3911,7 @@ version = "0.104.2"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"bytesize",
|
"bytesize",
|
||||||
"chrono",
|
"chrono",
|
||||||
"itertools 0.13.0",
|
"itertools 0.14.0",
|
||||||
"log",
|
"log",
|
||||||
"nu-engine",
|
"nu-engine",
|
||||||
"nu-path",
|
"nu-path",
|
||||||
@ -4074,7 +4074,7 @@ name = "nu-system"
|
|||||||
version = "0.104.2"
|
version = "0.104.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"itertools 0.13.0",
|
"itertools 0.14.0",
|
||||||
"libc",
|
"libc",
|
||||||
"libproc",
|
"libproc",
|
||||||
"log",
|
"log",
|
||||||
|
@ -96,7 +96,7 @@ indexmap = "2.9"
|
|||||||
indicatif = "0.17"
|
indicatif = "0.17"
|
||||||
interprocess = "2.2.0"
|
interprocess = "2.2.0"
|
||||||
is_executable = "1.0"
|
is_executable = "1.0"
|
||||||
itertools = "0.13"
|
itertools = "0.14"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
libproc = "0.14"
|
libproc = "0.14"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user