From 476bd796b77eabed3d72447203a23ab527a73907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:44:20 +0800 Subject: [PATCH] :arrow_up: Update itertools requirement from 0.13 to 0.14 (#720) Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rust/ltp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/ltp/Cargo.toml b/rust/ltp/Cargo.toml index 050e9ba5..63523ca7 100644 --- a/rust/ltp/Cargo.toml +++ b/rust/ltp/Cargo.toml @@ -34,7 +34,7 @@ required-features = ["serialization", "parallel"] [dependencies] anyhow = "1" num-traits = "0.2" -itertools = "0.13" +itertools = "0.14" cedarwood = "0.4"