From 957a0ed8a16daccd9abb1a6241895687a37da01b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 16:50:55 +0000 Subject: [PATCH] fix(deps): update itertools requirement from 0.13.0 to 0.14.0 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0fae0a..b314a22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ homepage = "https://github.com/Rust-Scientific-Computing/feotensor" repository = "https://github.com/Rust-Scientific-Computing/feotensor" [dependencies] -itertools = "0.13.0" +itertools = "0.14.0" num = "0.4.3"