From ac596d295f60bde077262c2e50b2d2494b568e6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 15:38:23 +0100 Subject: [PATCH] Bump itertools from 0.13.0 to 0.14.0 (#420) --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5effd9d..db161725 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,9 +526,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" dependencies = [ "either", ] @@ -590,7 +590,7 @@ dependencies = [ "fraction", "include_dir", "indoc", - "itertools 0.13.0", + "itertools 0.14.0", "lingua-afrikaans-language-model", "lingua-albanian-language-model", "lingua-arabic-language-model", diff --git a/Cargo.toml b/Cargo.toml index e1ffd1a1..0488b51e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ brotli = "7.0.0" compact_str = "0.8.1" fraction = "0.15.3" include_dir = "0.7.4" -itertools = "0.13.0" +itertools = "0.14.0" maplit = "1.0.2" regex = "1.11.1" serde = { version = "1.0.217", features = ["derive"] }