From 254f16dafa315e9de9796384de5c83c4c3a0544c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 01:55:30 +0000 Subject: [PATCH] Bump itertools from 0.12.1 to 0.13.0 Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.13.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.1...v0.13.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- shell/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 032d0553..e3f8ea35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -310,7 +310,7 @@ dependencies = [ "homedir", "hostname", "indexmap", - "itertools 0.12.1", + "itertools 0.13.0", "lazy_static", "nix 0.28.0", "os_pipe", @@ -1089,9 +1089,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" dependencies = [ "either", ] diff --git a/shell/Cargo.toml b/shell/Cargo.toml index 7e834177..f408c0d0 100644 --- a/shell/Cargo.toml +++ b/shell/Cargo.toml @@ -23,7 +23,7 @@ fancy-regex = "0.13.0" futures = "0.3.30" hostname = "0.4.0" indexmap = "2.2.6" -itertools = "0.12.1" +itertools = "0.13.0" lazy_static = "1.4.0" os_pipe = "1.1.5" rand = "0.8.5"