From eba81f4d35f63ec4ccbfc4136711ad5265370e37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 23:26:55 +0000 Subject: [PATCH] chore(deps): Bump itertools from 0.13.0 to 0.14.0 (#22176) Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.13.0 to 0.14.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- vdev/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e234cfc368dc4..b747815708c8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10781,7 +10781,7 @@ dependencies = [ "hex", "indexmap 2.7.0", "indicatif", - "itertools 0.13.0", + "itertools 0.14.0", "log", "owo-colors", "paste", @@ -10883,7 +10883,7 @@ dependencies = [ "indoc", "inventory", "ipnet", - "itertools 0.13.0", + "itertools 0.14.0", "k8s-openapi 0.22.0", "kube", "lapin", diff --git a/Cargo.toml b/Cargo.toml index 6fd64d03d2a00..f4441d68f60e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -331,7 +331,7 @@ indexmap.workspace = true indoc = { version = "2.0.5", default-features = false } inventory = { version = "0.3.15", default-features = false } ipnet = { version = "2", default-features = false, optional = true, features = ["serde", "std"] } -itertools = { version = "0.13.0", default-features = false, optional = false, features = ["use_alloc"] } +itertools = { version = "0.14.0", default-features = false, optional = false, features = ["use_alloc"] } k8s-openapi = { version = "0.22.0", default-features = false, features = ["v1_26"], optional = true } kube = { version = "0.93.0", default-features = false, features = ["client", "openssl-tls", "runtime"], optional = true } listenfd = { version = "1.0.1", default-features = false, optional = true } @@ -407,7 +407,7 @@ azure_storage_blobs = { version = "0.17", default-features = false, features = [ azure_storage = { version = "0.17", default-features = false } base64 = "0.22.1" criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] } -itertools = { version = "0.13.0", default-features = false, features = ["use_alloc"] } +itertools = { version = "0.14.0", default-features = false, features = ["use_alloc"] } libc = "0.2.167" similar-asserts = "1.6.0" proptest.workspace = true diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index 310fe2a25a7d4..46336994e3ed6 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -21,7 +21,7 @@ glob.workspace = true hex = "0.4.3" indexmap.workspace = true indicatif = { version = "0.17.9", features = ["improved_unicode"] } -itertools = "0.13.0" +itertools = "0.14.0" log = "0.4.22" # watch https://github.com/epage/anstyle for official interop with Clap owo-colors = { version = "4.1.0", features = ["supports-colors"] }