From fee79aea7d1a3bd613f5154c1cfe22014169106e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:01:11 -0600 Subject: [PATCH] Bump itertools from 0.10.5 to 0.12.1 (#1939) --- Cargo.lock | 2 +- Cargo.toml | 2 +- crates/requirements-txt/Cargo.toml | 2 +- crates/uv-interpreter/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d6c4190b..eb51eb939 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2773,7 +2773,7 @@ dependencies = [ "fs-err", "indoc", "insta", - "itertools 0.10.5", + "itertools 0.12.1", "once_cell", "pep440_rs", "pep508_rs", diff --git a/Cargo.toml b/Cargo.toml index 6f86beb9f..2f0f69c9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ http = { version = "0.2.11" } indexmap = { version = "2.1.0" } indicatif = { version = "0.17.7" } indoc = { version = "2.0.4" } -itertools = { version = "0.12.0" } +itertools = { version = "0.12.1" } junction = { version = "1.0.0" } mailparse = { version = "0.14.0" } miette = { version = "6.0.0" } diff --git a/crates/requirements-txt/Cargo.toml b/crates/requirements-txt/Cargo.toml index f6a6e5713..a324e8ad7 100644 --- a/crates/requirements-txt/Cargo.toml +++ b/crates/requirements-txt/Cargo.toml @@ -33,7 +33,7 @@ anyhow = { version = "1.0.79" } assert_fs = { version = "1.1.1" } indoc = { version = "2.0.4" } insta = { version = "1.34.0", features = ["filters"] } -itertools = { version = "0.10.1" } +itertools = { version = "0.12.1" } serde_json = { version = "1.0.111" } tempfile = { version = "3.9.0" } test-case = { version = "3.3.1" } diff --git a/crates/uv-interpreter/Cargo.toml b/crates/uv-interpreter/Cargo.toml index 85c85d7e6..0dd7c6763 100644 --- a/crates/uv-interpreter/Cargo.toml +++ b/crates/uv-interpreter/Cargo.toml @@ -37,5 +37,5 @@ which = { workspace = true} anyhow = { version = "1.0.79" } indoc = { version = "2.0.4" } insta = { version = "1.34.0" } -itertools = { version = "0.12.0" } +itertools = { version = "0.12.1" } tempfile = { version = "3.9.0" }