From 619dfdcab1688a26230dd2c66381b15d3cb99c13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:57:32 +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 +- crates/burrego/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2cbd5459..036031e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ chrono = { version = "0.4.38", default-features = false } dns-lookup = "2.0" futures = "0.3" email_address = { version = "0.2.4", features = ["serde"] } -itertools = "0.13" +itertools = "0.14" json-patch = "3.0" k8s-openapi = { version = "0.24.0", default-features = false } kube = { version = "0.98.0", default-features = false, features = [ diff --git a/crates/burrego/Cargo.toml b/crates/burrego/Cargo.toml index 97dc854e..06e3931d 100644 --- a/crates/burrego/Cargo.toml +++ b/crates/burrego/Cargo.toml @@ -12,7 +12,7 @@ chrono = { version = "0.4.38", default-features = false, features = ["clock"] } chrono-tz = "0.10.0" gtmpl = "0.7.1" gtmpl_value = "0.5.1" -itertools = "0.13.0" +itertools = "0.14.0" json-patch = "3.0.1" lazy_static = "1.4.0" regex = "1.5.6"