From 73f00af398254c9d0c060c4b1ca3a034fd9fd1ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:52:41 +0000 Subject: [PATCH] Bump itertools from 0.13.0 to 0.14.0 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] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9609db29..a05ec9aa1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1585,7 +1585,7 @@ dependencies = [ "ibc-client-tendermint", "ibc-proto", "ics23", - "itertools 0.13.0", + "itertools 0.14.0", "num-bigint", "num-rational", "prost", @@ -1684,7 +1684,7 @@ dependencies = [ "http 1.2.0", "ibc", "ibc-proto", - "itertools 0.13.0", + "itertools 0.14.0", "moka", "opentelemetry", "prost", @@ -1717,7 +1717,7 @@ dependencies = [ "http 1.2.0", "ibc", "ibc-proto", - "itertools 0.13.0", + "itertools 0.14.0", "prost", "secp256k1", "serde", @@ -1759,7 +1759,7 @@ dependencies = [ "http 1.2.0", "ibc", "ibc-proto", - "itertools 0.13.0", + "itertools 0.14.0", "moka", "opentelemetry", "prost", @@ -1941,7 +1941,7 @@ dependencies = [ "hermes-runtime-components", "ibc", "ibc-proto", - "itertools 0.13.0", + "itertools 0.14.0", "prost", "prost-types", "secp256k1", @@ -1974,7 +1974,7 @@ dependencies = [ "hermes-solomachine-chain-components", "ibc", "ibc-proto", - "itertools 0.13.0", + "itertools 0.14.0", "prost", "secp256k1", "serde", diff --git a/Cargo.toml b/Cargo.toml index 17f77aefd..23635148b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ futures-util = { version = "0.3.30", default-features = false futures-channel = { version = "0.3.31", default-features = false } generic-array = { version = "0.14.7" } eyre = { version = "0.6.12" } -itertools = { version = "0.13" } +itertools = { version = "0.14" } http = { version = "1.0.0" } humantime = { version = "2.1.0" } flex-error = { version = "0.4.4", default-features = false }