From 6ed6e40a278665a0b484002852d4eb4445b85b83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 11:52:32 +0000 Subject: [PATCH] Update itertools requirement from 0.12.0 to 0.13.0 in /test-util 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.12.0...v0.12.1) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-util/Cargo.toml b/test-util/Cargo.toml index 9b454d3..c80c250 100644 --- a/test-util/Cargo.toml +++ b/test-util/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" csv = "1.1" conv = "0.3.3" include_dir = {version = "0.7.3", features = ["glob"]} -itertools = "0.12.0" +itertools = "0.13.0" lazy_static = "1.4" light-curve-feature = { path = "..", default-features = false } serde = { version = "1", features = ["derive"] }