From 47513892972a80acac1583315f36777593688d1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:18:50 -0700 Subject: [PATCH] Update itertools requirement from 0.12.1 to 0.13.0 (#56) 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.1...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> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d04b5e9..c0c1b6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ dotenvy = "0.15.7" envy = "0.4.2" heck = "0.5.0" ipnetwork = "0.20.0" -itertools = "0.12.1" +itertools = "0.13.0" mimalloc = "0.1.39" moka = { version = "0.12.5", features = ["future"] } num = "0.4.1"