From f1e944bf840c8ac7317a0a9ec13325c2d9cd5573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:21:48 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd9e9635..d3f221d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ clap = { version = "4.0", features = ["derive"] } rstest = "0.23.0" docker_credential = "1.0" hmac = "0.12" -itertools = "0.13.0" +itertools = "0.14.0" tracing-subscriber = { version = "0.3", features = ["env-filter"] } tempfile = "3.3" # This should stay pinned here until testcontainers makes sure all of its deps using rustls are