From ebee1f4a6ce690ffcae12ad3de4ce1848ad131fc Mon Sep 17 00:00:00 2001 From: neon_arch Date: Mon, 2 Sep 2024 20:57:50 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20build(deps):=20add=20`itertools`=20?= =?UTF-8?q?crate=20(#592)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fa2aebd..8731e4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,14 +82,13 @@ base64 = { version = "0.21.5", default-features = false, features = [ cfg-if = { version = "1.0.0", default-features = false, optional = true } keyword_extraction = { version = "1.4.3", default-features = false, features = [ "tf_idf", - - ] } 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} [dev-dependencies] rusty-hook = { version = "^0.11.2", default-features = false }