From eeaa65c8af6dc650a51fbb7a1316c5921bb24400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 23:12:45 +0000 Subject: [PATCH] Bump itertools from 0.10.5 to 0.11.0 (#9524) --- Cargo.lock | 6 +++--- crates/nu-cmd-lang/Cargo.toml | 2 +- crates/nu-command/Cargo.toml | 2 +- crates/nu-parser/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b75dd6d50..e13af53271 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2809,7 +2809,7 @@ name = "nu-cmd-lang" version = "0.84.1" dependencies = [ "fancy-regex", - "itertools 0.10.5", + "itertools 0.11.0", "nu-ansi-term", "nu-engine", "nu-parser", @@ -2859,7 +2859,7 @@ dependencies = [ "htmlescape", "indexmap 2.0.0", "indicatif", - "itertools 0.10.5", + "itertools 0.11.0", "libc", "log", "lscolors", @@ -2982,7 +2982,7 @@ version = "0.84.1" dependencies = [ "bytesize", "chrono", - "itertools 0.10.5", + "itertools 0.11.0", "log", "nu-engine", "nu-path", diff --git a/crates/nu-cmd-lang/Cargo.toml b/crates/nu-cmd-lang/Cargo.toml index 78eeaa9f7c..18f7c10d36 100644 --- a/crates/nu-cmd-lang/Cargo.toml +++ b/crates/nu-cmd-lang/Cargo.toml @@ -19,7 +19,7 @@ nu-utils = { path = "../nu-utils", version = "0.84.1" } nu-ansi-term = "0.49.0" fancy-regex = "0.11" -itertools = "0.10" +itertools = "0.11" shadow-rs = { version = "0.23", default-features = false } [build-dependencies] diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 95f8d04d09..e04f09db84 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -49,7 +49,7 @@ fs_extra = "1.3" htmlescape = "0.3" indexmap = "2.0" indicatif = "0.17" -itertools = "0.10" +itertools = "0.11" log = "0.4" lscolors = { version = "0.15", default-features = false, features = ["nu-ansi-term"] } md5 = { package = "md-5", version = "0.10" } diff --git a/crates/nu-parser/Cargo.toml b/crates/nu-parser/Cargo.toml index 9a1bcadf3e..32b84c6fca 100644 --- a/crates/nu-parser/Cargo.toml +++ b/crates/nu-parser/Cargo.toml @@ -18,7 +18,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.84.1" } bytesize = "1.2" chrono = { default-features = false, features = ['std'], version = "0.4" } -itertools = "0.10" +itertools = "0.11" log = "0.4" serde_json = "1.0"