From 3ebe7a1c9d407de0875f1a68bde0aa019ddd45ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 21:05:07 +0000 Subject: [PATCH] Update itertools requirement from 0.12.0 to 0.13.0 (#656) 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.13.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> --- frost-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frost-core/Cargo.toml b/frost-core/Cargo.toml index 2042a6d1..9048b37c 100644 --- a/frost-core/Cargo.toml +++ b/frost-core/Cargo.toml @@ -35,7 +35,7 @@ serdect = { version = "0.2.0", optional = true } thiserror = "1.0" visibility = "0.1.0" zeroize = { version = "1.5.4", default-features = false, features = ["derive"] } -itertools = "0.12.0" +itertools = "0.13.0" # Test dependencies used with the test-impl feature proptest = { version = "1.0", optional = true }