From ab945bb6277ff15b34edb38475ea53c1192d2036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:38:56 +0000 Subject: [PATCH] Update itertools requirement from 0.11.0 to 0.12.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.11.0...v0.11.0) --- 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 db8784b..9b454d3 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.11.0" +itertools = "0.12.0" lazy_static = "1.4" light-curve-feature = { path = "..", default-features = false } serde = { version = "1", features = ["derive"] }