From 97c1a545aed26b633a0783a93bd0c369d59e464e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 05:43:40 +0000 Subject: [PATCH] Update itertools requirement from 0.13.0 to 0.14.0 in /hdllang 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] --- hdllang/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdllang/Cargo.toml b/hdllang/Cargo.toml index 1fc47cc0..b99dbcb9 100644 --- a/hdllang/Cargo.toml +++ b/hdllang/Cargo.toml @@ -21,7 +21,7 @@ log = "0.4.17" serde = { version = "1.0", features = ["derive"] } serde_with = {version = "3.0", features= ["json"]} serde_json = "1.0" -itertools = "0.13.0" +itertools = "0.14.0" paste = "1.0.14" sha256 = "1.3.0" num-traits = "0.2.16"