From 3fe28aebe040ac2fd26d824fc17d05b26dfdabc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 08:21:38 +0000 Subject: [PATCH] chore(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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6b8996e..167e23c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ proptest = { version = "1.1.0", optional = true } rand = { version = "0.8.5", optional = true } petgraph = { version = "0.7.0", optional = true } delegate = "0.13.0" -itertools = "0.13.0" +itertools = "0.14.0" [features] pyo3 = ["dep:pyo3"] @@ -40,7 +40,7 @@ petgraph = ["dep:petgraph"] criterion = { version = "0.5.1", features = ["html_reports"] } rmp-serde = "1.1.1" rstest = "0.23.0" -itertools = "0.13.0" +itertools = "0.14.0" insta = "1.39.0" [[bench]]