From b7c1392ba06267ca9edd170442c63bc8e9e2d750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 04:23:43 +0000 Subject: [PATCH] :arrow_up: Update itertools requirement from 0.12 to 0.13 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9ff244..084d0b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ exclude = ["/.github", ".gitignore"] chrono = "0.4" clap = { version = "4.2", features = ["derive"] } color-eyre = "0.6.2" -itertools = "0.12" +itertools = "0.13" k8s-openapi = { version = "0.21", default-features = false } kube = { version = "0.90", features = [ "client",