From f07c6cca1c409b757fb30277f79345edca2b3826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:27:03 +0000 Subject: [PATCH] build(deps): bump keyword_extraction from 1.4.3 to 1.5.0 Bumps [keyword_extraction](https://github.com/tugascript/keyword-extraction-rs) from 1.4.3 to 1.5.0. - [Changelog](https://github.com/tugascript/keyword-extraction-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/tugascript/keyword-extraction-rs/commits) --- updated-dependencies: - dependency-name: keyword_extraction dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44b751fc..e6a1c53b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1956,9 +1956,9 @@ dependencies = [ [[package]] name = "keyword_extraction" -version = "1.4.3" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0efa28e79b3a5f72586318c07c24477a169c688e5065fde647c71b3952a2d42" +checksum = "bab83c382982b79063036f88b9e722b899c23e750f1318ceead83ccd7413f874" dependencies = [ "rayon", "regex", diff --git a/Cargo.toml b/Cargo.toml index 83eabfa1..a5c8e3db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ base64 = { version = "0.21.5", default-features = false, features = [ "std", ], optional = true } cfg-if = { version = "1.0.0", default-features = false, optional = true } -keyword_extraction = { version = "1.4.3", default-features = false, features = [ +keyword_extraction = { version = "1.5.0", default-features = false, features = [ "tf_idf", "rayon", ] }