From 5ea1372f919fa68684fa3026ea7b6be2f18c548c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 19:13:37 +0000 Subject: [PATCH] build(deps): bump itertools from 0.13.0 to 0.14.0 (#645) --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9d0bd94..033c3f19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1916,9 +1916,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", ] @@ -4545,7 +4545,7 @@ dependencies = [ "error-stack", "fake-useragent", "futures 0.3.31", - "itertools 0.13.0", + "itertools 0.14.0", "keyword_extraction", "lightningcss", "log", diff --git a/Cargo.toml b/Cargo.toml index 45c51981..701fd8f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ stop-words = { version = "0.8.0", default-features = false, features = ["iso"] } thesaurus = { version = "0.5.2", default-features = false, optional = true, features = [ "moby", ]} -itertools = {version = "0.13.0", default-features = false} +itertools = {version = "0.14.0", default-features = false} [dev-dependencies] rusty-hook = { version = "^0.11.2", default-features = false }