From ed17d31d7428de1eaf8bdc87f799dc5e62d96f54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 09:27:12 +0000 Subject: [PATCH] build(deps): update itertools requirement from 0.13 to 0.14 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 69b1c5f..bcdae70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ license = "MIT" [dependencies] byteorder = "1.5.0" -itertools = "0.13" +itertools = "0.14" nom = "7.1.3" rand = "0.8.5"